Shades of Persian Rose #E03AA9
Tints of Persian Rose #E03AA9
RGB
CMYK
RGB Variations
Color information
#E03AA9 (or 0xE03AA9) is known color: Persian Rose. HEX triplet: E0, 3A and A9. RGB value is (224,58,169). Sum of RGB (Red+Green+Blue) = 224+58+169=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AA9 is #1FC556. Grayscale: #787878. Windows color (decimal): -2082135 or 11090656. OLE color: 11090656.
HSL color Cylindrical-coordinate representation of color #E03AA9: hue angle of 319.88º 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 #E03AA9 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 169 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.12 |
| HSL | 319.88º | 0.73% | 0.55% | - |
| HSV(B) | 319.88º | 0.74% | 0.88% | - |
| XYZ | 39.41 | 21.74 | 39.65 | - |
| YUV | 120.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 169 | 0 | 0.74 | 0.25 | 0.12 | 319.88 | 0.73 | 0.55 |
| Hex | E0 | 3A | A9 | 0 | 4A | 19 | C | 140 | 49 | 37 |
| Octal | 340 | 72 | 251 | 0 | 112 | 31 | 14 | 500 | 111 | 67 |
| Binary | 11100000 | 111010 | 10101001 | 0 | 1001010 | 11001 | 1100 | 101000000 | 1001001 | 110111 |
Color Harmonies of #E03AA9
Complementary color
Monochromatic Colors of #E03AA9
Black with #E03AA9
Text Example
Text Example
White with #E03AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AA9; }
p { color: rgb(224,58,169); }
H1.HeaderClassName
{
color: #E03AA9;
}
.AnyTagClassName
{
color: #E03AA9;
}
</style>
background-color css
<style>
a { background-color: #E03AA9; }
a { background-color: rgb(224,58,169); }
div.DivClassName
{
background-color: #E03AA9;
}
.BgClassName
{
background-color: #E03AA9;
}
</style>
border-color css
<style>
span { border-color: #E03AA9; }
span { border-color: rgb(224,58,169); }
td.TdClassName
{
border-color: #E03AA9;
}
.TagClassName
{
border-color: #E03AA9;
}
</style>