Html Css Color HEX #E17CB2 Persian Pink

📋 copy color: '#E17CB2'

red 225 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #E17CB2

Tints of Persian Pink #E17CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 42.69%
G = 23.53%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E17CB2 (or 0xE17CB2) is known color: Persian Pink. HEX triplet: E1, 7C and B2. RGB value is (225,124,178). Sum of RGB (Red+Green+Blue) = 225+124+178=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17CB2 is #1E834D. Grayscale: #A0A0A0. Windows color (decimal): -1999694 or 11697377. OLE color: 11697377.

HSL color Cylindrical-coordinate representation of color #E17CB2: hue angle of 327.92º 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 #E17CB2 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 124 178 -
CMYK 0 0.45 0.21 0.12
HSL 327.92º 0.63% 0.68% -
HSV(B) 327.92º 0.45% 0.88% -
XYZ 46.29 33.64 46.17 -
YUV 160.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 225 124 178 0 0.45 0.21 0.12 327.92 0.63 0.68
Hex E1 7C B2 0 2D 15 C 148 3F 44
Octal 341 174 262 0 55 25 14 510 77 104
Binary 11100001 1111100 10110010 0 101101 10101 1100 101001000 111111 1000100

Color Harmonies of #E17CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CB2

Black with #E17CB2

Text Example


Text Example

White with #E17CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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