#E17AB6

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

Shades of Persian Pink #E17AB6

Tints of Persian Pink #E17AB6

Color information

#E17AB6 (or 0xE17AB6) is unknown color: approx Persian Pink. HEX triplet: E1, 7A and B6. RGB value is (225,122,182). Sum of RGB (Red+Green+Blue) = 225+122+182=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AB6 is #1E8549. Grayscale: #9F9F9F. Windows color (decimal): -2000202 or 11959009. OLE color: 11959009.

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

Color convert

RGB225122182-
CMYK00.460.190.12
HSL325.05º63.19%68.04%-
HSV(B)325.05º45.78%88.24%-
XYZ46.4533.348.24-
YUV159.64140.62174.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=42.53%
G=23.06%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512218200.460.190.12325.0563.1968.04
HexE17AB602E13C1453f44
Octal341172266056231450577104
Binary1110000111110101011011001011101001111001010001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AB6; }

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

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

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

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

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

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

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

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