#E17AB4

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

Shades of Persian Pink #E17AB4

Tints of Persian Pink #E17AB4

Color information

#E17AB4 (or 0xE17AB4) is unknown color: approx Persian Pink. HEX triplet: E1, 7A and B4. RGB value is (225,122,180). Sum of RGB (Red+Green+Blue) = 225+122+180=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AB4 is #1E854B. Grayscale: #9F9F9F. Windows color (decimal): -2000204 or 11827937. OLE color: 11827937.

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

Color convert

RGB225122180-
CMYK00.460.20.12
HSL326.21º63.19%68.04%-
HSV(B)326.21º45.78%88.24%-
XYZ46.2533.2247.15-
YUV159.41139.62174.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=42.69%
G=23.15%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512218000.460.20.12326.2163.1968.04
HexE17AB402E14C1463f44
Octal341172264056241450677104
Binary1110000111110101011010001011101010011001010001101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AB4; }

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

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

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

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

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

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

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

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