#E17CB6

Color #E17CB6 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E17CB6

Tints of Persian Pink #E17CB6

Color information

#E17CB6 (or 0xE17CB6) is unknown color: approx Persian Pink. HEX triplet: E1, 7C and B6. RGB value is (225,124,182). Sum of RGB (Red+Green+Blue) = 225+124+182=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CB6 is #1E8349. Grayscale: #A0A0A0. Windows color (decimal): -1999690 or 11959521. OLE color: 11959521.

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

Color convert

RGB225124182-
CMYK00.450.190.12
HSL325.54º62.73%68.43%-
HSV(B)325.54º44.89%88.24%-
XYZ46.733.848.32-
YUV160.81139.96173.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=42.37%
G=23.35%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512418200.450.190.12325.5462.7368.43
HexE17CB602D13C1463f44
Octal341174266055231450677104
Binary1110000111111001011011001011011001111001010001101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CB6; }

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

 H1.HeaderClassName
 {
   color: #E17CB6;
 }
 .AnyTagClassName
 {
   color: #E17CB6;
 }
</style>
background-color css

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

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

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

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

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

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