#E57DAF

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

Shades of Persian Pink #E57DAF

Tints of Persian Pink #E57DAF

Color information

#E57DAF (or 0xE57DAF) is unknown color: approx Persian Pink. HEX triplet: E5, 7D and AF. RGB value is (229,125,175). Sum of RGB (Red+Green+Blue) = 229+125+175=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAF is #1A8250. Grayscale: #A1A1A1. Windows color (decimal): -1737297 or 11501029. OLE color: 11501029.

HSL color Cylindrical-coordinate representation of color #E57DAF: hue angle of 331.15º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DAF is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229125175-
CMYK00.450.240.10
HSL331.15º66.67%69.41%-
HSV(B)331.15º45.41%89.8%-
XYZ47.3834.4244.7-
YUV161.8135.46175.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=43.29%
G=23.63%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912517500.450.240.10331.1566.6769.41
HexE57DAF02D18A14b4345
Octal3451752570553012513103105
Binary11100101111110110101111010110111000101010100101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DAF; }

 p { color: rgb(229,125,175); }

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

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

 a { background-color: rgb(229,125,175); }

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

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

 span { border-color: rgb(229,125,175); }

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