Html Css Color HEX #E17CC1 Persian Pink

📋 copy color: '#E17CC1'

red 225 ◦ green 124 ◦ blue 193

#E17CC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E17CC1

Tints of Persian Pink #E17CC1

RGB

 RED value IS 225 (88.28% from 255) = 41.51%

 GREEN value IS 124 (48.83% from 255) = 22.88%

 BLUE value IS 193 (75.78% from 255) = 35.61%

R = 41.51%
G = 22.88%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E17CC1 (or 0xE17CC1) is known color: Persian Pink. HEX triplet: E1, 7C and C1. RGB value is (225,124,193). Sum of RGB (Red+Green+Blue) = 225+124+193=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CC1 is #1E833E. Grayscale: #A1A1A1. Windows color (decimal): -1999679 or 12680417. OLE color: 12680417.

HSL color Cylindrical-coordinate representation of color #E17CC1: hue angle of 319.01º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CC1 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 124 193 -
CMYK 0 0.45 0.14 0.12
HSL 319.01º 0.63% 0.68% -
HSV(B) 319.01º 0.45% 0.88% -
XYZ 47.88 34.27 54.54 -
YUV 162.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 225 124 193 0 0.45 0.14 0.12 319.01 0.63 0.68
Hex E1 7C C1 0 2D E C 13F 3F 44
Octal 341 174 301 0 55 16 14 477 77 104
Binary 11100001 1111100 11000001 0 101101 1110 1100 100111111 111111 1000100

Color Harmonies of #E17CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CC1

Black with #E17CC1

Text Example


Text Example

White with #E17CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CC1; }

 p { color: rgb(225,124,193); }

 H1.HeaderClassName
 {
   color: #E17CC1;
 }
 .AnyTagClassName
 {
   color: #E17CC1;
 }
</style>

background-color css

<style>
 a { background-color: #E17CC1; }

 a { background-color: rgb(225,124,193); }

 div.DivClassName
 {
   background-color: #E17CC1;
 }
 .BgClassName
 {
   background-color: #E17CC1;
 }
</style>

border-color css

<style>
 span { border-color: #E17CC1; }

 span { border-color: rgb(225,124,193); }

 td.TdClassName
 {
   border-color: #E17CC1;
 }
 .TagClassName
 {
   border-color: #E17CC1;
 }
</style>