#E17CB4

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

Shades of Persian Pink #E17CB4

Tints of Persian Pink #E17CB4

Color information

#E17CB4 (or 0xE17CB4) is unknown color: approx Persian Pink. HEX triplet: E1, 7C and B4. RGB value is (225,124,180). Sum of RGB (Red+Green+Blue) = 225+124+180=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CB4 is #1E834B. Grayscale: #A0A0A0. Windows color (decimal): -1999692 or 11828449. OLE color: 11828449.

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

Color convert

RGB225124180-
CMYK00.450.20.12
HSL326.73º62.73%68.43%-
HSV(B)326.73º44.89%88.24%-
XYZ46.533.7247.24-
YUV160.58138.96173.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=42.53%
G=23.44%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512418000.450.20.12326.7362.7368.43
HexE17CB402D14C1473f44
Octal341174264055241450777104
Binary1110000111111001011010001011011010011001010001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CB4; }

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

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

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

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

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

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

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

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