#E17AB2

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

Shades of Persian Pink #E17AB2

Tints of Persian Pink #E17AB2

Color information

#E17AB2 (or 0xE17AB2) is unknown color: approx Persian Pink. HEX triplet: E1, 7A and B2. RGB value is (225,122,178). Sum of RGB (Red+Green+Blue) = 225+122+178=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AB2 is #1E854D. Grayscale: #9F9F9F. Windows color (decimal): -2000206 or 11696865. OLE color: 11696865.

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

Color convert

RGB225122178-
CMYK00.460.210.12
HSL327.38º63.19%68.04%-
HSV(B)327.38º45.78%88.24%-
XYZ46.0533.1446.09-
YUV159.18138.62174.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=42.86%
G=23.24%
B=33.90%

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
Decimal22512217800.460.210.12327.3863.1968.04
HexE17AB202E15C1473f44
Octal341172262056251450777104
Binary1110000111110101011001001011101010111001010001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AB2; }

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

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

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

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

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

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

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

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