Shades of Persian Rose #E02AA9
Tints of Persian Rose #E02AA9
RGB
CMYK
RGB Variations
Color information
#E02AA9 (or 0xE02AA9) is known color: Persian Rose. HEX triplet: E0, 2A and A9. RGB value is (224,42,169). Sum of RGB (Red+Green+Blue) = 224+42+169=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AA9 is #1FD556. Grayscale: #6E6E6E. Windows color (decimal): -2086231 or 11086560. OLE color: 11086560.
HSL color Cylindrical-coordinate representation of color #E02AA9: hue angle of 318.13º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02AA9 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 169 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.12 |
| HSL | 318.13º | 0.75% | 0.52% | - |
| HSV(B) | 318.13º | 0.81% | 0.88% | - |
| XYZ | 38.73 | 20.37 | 39.43 | - |
| YUV | 110.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 169 | 0 | 0.81 | 0.25 | 0.12 | 318.13 | 0.75 | 0.52 |
| Hex | E0 | 2A | A9 | 0 | 51 | 19 | C | 13E | 4B | 34 |
| Octal | 340 | 52 | 251 | 0 | 121 | 31 | 14 | 476 | 113 | 64 |
| Binary | 11100000 | 101010 | 10101001 | 0 | 1010001 | 11001 | 1100 | 100111110 | 1001011 | 110100 |
Color Harmonies of #E02AA9
Complementary color
Monochromatic Colors of #E02AA9
Black with #E02AA9
Text Example
Text Example
White with #E02AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AA9; }
p { color: rgb(224,42,169); }
H1.HeaderClassName
{
color: #E02AA9;
}
.AnyTagClassName
{
color: #E02AA9;
}
</style>
background-color css
<style>
a { background-color: #E02AA9; }
a { background-color: rgb(224,42,169); }
div.DivClassName
{
background-color: #E02AA9;
}
.BgClassName
{
background-color: #E02AA9;
}
</style>
border-color css
<style>
span { border-color: #E02AA9; }
span { border-color: rgb(224,42,169); }
td.TdClassName
{
border-color: #E02AA9;
}
.TagClassName
{
border-color: #E02AA9;
}
</style>