#E57DBF

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

Shades of Persian Pink #E57DBF

Tints of Persian Pink #E57DBF

Color information

#E57DBF (or 0xE57DBF) is unknown color: approx Persian Pink. HEX triplet: E5, 7D and BF. RGB value is (229,125,191). Sum of RGB (Red+Green+Blue) = 229+125+191=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DBF is #1A8240. Grayscale: #A3A3A3. Windows color (decimal): -1737281 or 12549605. OLE color: 12549605.

HSL color Cylindrical-coordinate representation of color #E57DBF: hue angle of 321.92º 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 #E57DBF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229125191-
CMYK00.450.170.10
HSL321.92º66.67%69.41%-
HSV(B)321.92º45.41%89.8%-
XYZ49.0535.0953.48-
YUV163.62143.46174.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 191 (75% from 255) = 35.05%
R=42.02%
G=22.94%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912519100.450.170.10321.9266.6769.41
HexE57DBF02D11A1424345
Octal3451752770552112502103105
Binary11100101111110110111111010110110001101010100001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DBF; }

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

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

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

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

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

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

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

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