#E17AB0

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

Shades of Persian Pink #E17AB0

Tints of Persian Pink #E17AB0

Color information

#E17AB0 (or 0xE17AB0) is unknown color: approx Persian Pink. HEX triplet: E1, 7A and B0. RGB value is (225,122,176). Sum of RGB (Red+Green+Blue) = 225+122+176=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AB0 is #1E854F. Grayscale: #9E9E9E. Windows color (decimal): -2000208 or 11565793. OLE color: 11565793.

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

Color convert

RGB225122176-
CMYK00.460.220.12
HSL328.54º63.19%68.04%-
HSV(B)328.54º45.78%88.24%-
XYZ45.8533.0645.04-
YUV158.95137.62175.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=43.02%
G=23.33%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512217600.460.220.12328.5463.1968.04
HexE17AB002E16C1493f44
Octal341172260056261451177104
Binary1110000111110101011000001011101011011001010010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AB0; }

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

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

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

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

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

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

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

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