Shades of Persian Pink #E57EC0
Tints of Persian Pink #E57EC0
RGB
CMYK
RGB Variations
Color information
#E57EC0 (or 0xE57EC0) is known color: 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
| RGB | 229 | 126 | 192 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.10 |
| HSL | 321.55º | 0.66% | 0.7% | - |
| HSV(B) | 321.55º | 0.45% | 0.9% | - |
| XYZ | 49.29 | 35.39 | 54.1 | - |
| YUV | 164.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 192 | 0 | 0.45 | 0.16 | 0.10 | 321.55 | 0.66 | 0.7 |
| Hex | E5 | 7E | C0 | 0 | 2D | 10 | A | 142 | 42 | 46 |
| Octal | 345 | 176 | 300 | 0 | 55 | 20 | 12 | 502 | 102 | 106 |
| Binary | 11100101 | 1111110 | 11000000 | 0 | 101101 | 10000 | 1010 | 101000010 | 1000010 | 1000110 |
Color Harmonies of #E57EC0
Complementary color
Monochromatic Colors of #E57EC0
Black with #E57EC0
Text Example
Text Example
White with #E57EC0
Text Example
Text Example
HTML Codes & Css Web 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>