#E57EC0

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

Shades of Persian Pink #E57EC0

Tints of Persian Pink #E57EC0

Color information

#E57EC0 (or 0xE57EC0) is unknown color: approx Persian Pink. HEX triplet: E5, 7E and C0. RGB value is (229,126,192). Sum of RGB (Red+Green+Blue) = 229+126+192=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EC0 is #1A813F. Grayscale: #A4A4A4. Windows color (decimal): -1737024 or 12615397. OLE color: 12615397.

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

Color convert

RGB229126192-
CMYK00.450.160.10
HSL321.55º66.45%69.61%-
HSV(B)321.55º44.98%89.8%-
XYZ49.2935.3954.1-
YUV164.32143.62174.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=41.86%
G=23.03%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912619200.450.160.10321.5566.4569.61
HexE57EC002D10A1424246
Octal3451763000552012502102106
Binary11100101111111011000000010110110000101010100001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57EC0; }

 p { color: rgb(229,126,192); }

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

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

 a { background-color: rgb(229,126,192); }

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

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

 span { border-color: rgb(229,126,192); }

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