Shades of Persian Rose #E029A8
Tints of Persian Rose #E029A8
RGB
CMYK
RGB Variations
Color information
#E029A8 (or 0xE029A8) is known color: Persian Rose. HEX triplet: E0, 29 and A8. RGB value is (224,41,168). Sum of RGB (Red+Green+Blue) = 224+41+168=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E029A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E029A8 is #1FD657. Grayscale: #6D6D6D. Windows color (decimal): -2086488 or 11020768. OLE color: 11020768.
HSL color Cylindrical-coordinate representation of color #E029A8: hue angle of 318.36º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E029A8 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 168 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.12 |
| HSL | 318.36º | 0.75% | 0.52% | - |
| HSV(B) | 318.36º | 0.82% | 0.88% | - |
| XYZ | 38.6 | 20.26 | 38.92 | - |
| YUV | 110.2 | 160.63 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 168 | 0 | 0.82 | 0.25 | 0.12 | 318.36 | 0.75 | 0.52 |
| Hex | E0 | 29 | A8 | 0 | 52 | 19 | C | 13E | 4B | 34 |
| Octal | 340 | 51 | 250 | 0 | 122 | 31 | 14 | 476 | 113 | 64 |
| Binary | 11100000 | 101001 | 10101000 | 0 | 1010010 | 11001 | 1100 | 100111110 | 1001011 | 110100 |
Color Harmonies of #E029A8
Complementary color
Monochromatic Colors of #E029A8
Black with #E029A8
Text Example
Text Example
White with #E029A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029A8; }
p { color: rgb(224,41,168); }
H1.HeaderClassName
{
color: #E029A8;
}
.AnyTagClassName
{
color: #E029A8;
}
</style>
background-color css
<style>
a { background-color: #E029A8; }
a { background-color: rgb(224,41,168); }
div.DivClassName
{
background-color: #E029A8;
}
.BgClassName
{
background-color: #E029A8;
}
</style>
border-color css
<style>
span { border-color: #E029A8; }
span { border-color: rgb(224,41,168); }
td.TdClassName
{
border-color: #E029A8;
}
.TagClassName
{
border-color: #E029A8;
}
</style>