#E17EB0

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

Shades of Persian Pink #E17EB0

Tints of Persian Pink #E17EB0

Color information

#E17EB0 (or 0xE17EB0) is unknown color: approx Persian Pink. HEX triplet: E1, 7E and B0. RGB value is (225,126,176). Sum of RGB (Red+Green+Blue) = 225+126+176=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17EB0 is #1E814F. Grayscale: #A1A1A1. Windows color (decimal): -1999184 or 11566817. OLE color: 11566817.

HSL color Cylindrical-coordinate representation of color #E17EB0: hue angle of 329.7º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EB0 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225126176-
CMYK00.440.220.12
HSL329.7º62.26%68.82%-
HSV(B)329.7º44%88.24%-
XYZ46.3534.0645.21-
YUV161.3136.3173.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=42.69%
G=23.91%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512617600.440.220.12329.762.2668.82
HexE17EB002C16C14a3e45
Octal341176260054261451276105
Binary1110000111111101011000001011001011011001010010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17EB0; }

 p { color: rgb(225,126,176); }

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

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

 a { background-color: rgb(225,126,176); }

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

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

 span { border-color: rgb(225,126,176); }

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