#E17AB1

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

Shades of Persian Pink #E17AB1

Tints of Persian Pink #E17AB1

Color information

#E17AB1 (or 0xE17AB1) is unknown color: approx Persian Pink. HEX triplet: E1, 7A and B1. RGB value is (225,122,177). Sum of RGB (Red+Green+Blue) = 225+122+177=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AB1 is #1E854E. Grayscale: #9E9E9E. Windows color (decimal): -2000207 or 11631329. OLE color: 11631329.

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

Color convert

RGB225122177-
CMYK00.460.210.12
HSL327.96º63.19%68.04%-
HSV(B)327.96º45.78%88.24%-
XYZ45.9533.145.56-
YUV159.07138.12175.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=42.94%
G=23.28%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512217700.460.210.12327.9663.1968.04
HexE17AB102E15C1483f44
Octal341172261056251451077104
Binary1110000111110101011000101011101010111001010010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AB1; }

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

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

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

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

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

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

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

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