Shades of Persian Rose #E03AAE
Tints of Persian Rose #E03AAE
RGB
CMYK
RGB Variations
Color information
#E03AAE (or 0xE03AAE) is known color: Persian Rose. HEX triplet: E0, 3A and AE. RGB value is (224,58,174). Sum of RGB (Red+Green+Blue) = 224+58+174=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AAE is #1FC551. Grayscale: #787878. Windows color (decimal): -2082130 or 11418336. OLE color: 11418336.
HSL color Cylindrical-coordinate representation of color #E03AAE: hue angle of 318.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03AAE is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 174 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.12 |
| HSL | 318.07º | 0.73% | 0.55% | - |
| HSV(B) | 318.07º | 0.74% | 0.88% | - |
| XYZ | 39.89 | 21.93 | 42.17 | - |
| YUV | 120.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 174 | 0 | 0.74 | 0.22 | 0.12 | 318.07 | 0.73 | 0.55 |
| Hex | E0 | 3A | AE | 0 | 4A | 16 | C | 13E | 49 | 37 |
| Octal | 340 | 72 | 256 | 0 | 112 | 26 | 14 | 476 | 111 | 67 |
| Binary | 11100000 | 111010 | 10101110 | 0 | 1001010 | 10110 | 1100 | 100111110 | 1001001 | 110111 |
Color Harmonies of #E03AAE
Complementary color
Monochromatic Colors of #E03AAE
Black with #E03AAE
Text Example
Text Example
White with #E03AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AAE; }
p { color: rgb(224,58,174); }
H1.HeaderClassName
{
color: #E03AAE;
}
.AnyTagClassName
{
color: #E03AAE;
}
</style>
background-color css
<style>
a { background-color: #E03AAE; }
a { background-color: rgb(224,58,174); }
div.DivClassName
{
background-color: #E03AAE;
}
.BgClassName
{
background-color: #E03AAE;
}
</style>
border-color css
<style>
span { border-color: #E03AAE; }
span { border-color: rgb(224,58,174); }
td.TdClassName
{
border-color: #E03AAE;
}
.TagClassName
{
border-color: #E03AAE;
}
</style>