Shades of Persian Rose #E039A8
Tints of Persian Rose #E039A8
RGB
CMYK
RGB Variations
Color information
#E039A8 (or 0xE039A8) is known color: Persian Rose. HEX triplet: E0, 39 and A8. RGB value is (224,57,168). Sum of RGB (Red+Green+Blue) = 224+57+168=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E039A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E039A8 is #1FC657. Grayscale: #777777. Windows color (decimal): -2082392 or 11024864. OLE color: 11024864.
HSL color Cylindrical-coordinate representation of color #E039A8: hue angle of 320.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E039A8 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 168 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.12 |
| HSL | 320.12º | 0.73% | 0.55% | - |
| HSV(B) | 320.12º | 0.75% | 0.88% | - |
| XYZ | 39.27 | 21.6 | 39.15 | - |
| YUV | 119.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 168 | 0 | 0.75 | 0.25 | 0.12 | 320.12 | 0.73 | 0.55 |
| Hex | E0 | 39 | A8 | 0 | 4B | 19 | C | 140 | 49 | 37 |
| Octal | 340 | 71 | 250 | 0 | 113 | 31 | 14 | 500 | 111 | 67 |
| Binary | 11100000 | 111001 | 10101000 | 0 | 1001011 | 11001 | 1100 | 101000000 | 1001001 | 110111 |
Color Harmonies of #E039A8
Complementary color
Monochromatic Colors of #E039A8
Black with #E039A8
Text Example
Text Example
White with #E039A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E039A8; }
p { color: rgb(224,57,168); }
H1.HeaderClassName
{
color: #E039A8;
}
.AnyTagClassName
{
color: #E039A8;
}
</style>
background-color css
<style>
a { background-color: #E039A8; }
a { background-color: rgb(224,57,168); }
div.DivClassName
{
background-color: #E039A8;
}
.BgClassName
{
background-color: #E039A8;
}
</style>
border-color css
<style>
span { border-color: #E039A8; }
span { border-color: rgb(224,57,168); }
td.TdClassName
{
border-color: #E039A8;
}
.TagClassName
{
border-color: #E039A8;
}
</style>