Shades of Persian Rose #E02AAA
Tints of Persian Rose #E02AAA
RGB
CMYK
RGB Variations
Color information
#E02AAA (or 0xE02AAA) is known color: Persian Rose. HEX triplet: E0, 2A and AA. RGB value is (224,42,170). Sum of RGB (Red+Green+Blue) = 224+42+170=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AAA is #1FD555. Grayscale: #6E6E6E. Windows color (decimal): -2086230 or 11152096. OLE color: 11152096.
HSL color Cylindrical-coordinate representation of color #E02AAA: hue angle of 317.8º 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 #E02AAA is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 170 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.12 |
| HSL | 317.8º | 0.75% | 0.52% | - |
| HSV(B) | 317.8º | 0.81% | 0.88% | - |
| XYZ | 38.82 | 20.41 | 39.92 | - |
| YUV | 111.01 | 161.3 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 170 | 0 | 0.81 | 0.24 | 0.12 | 317.8 | 0.75 | 0.52 |
| Hex | E0 | 2A | AA | 0 | 51 | 18 | C | 13E | 4B | 34 |
| Octal | 340 | 52 | 252 | 0 | 121 | 30 | 14 | 476 | 113 | 64 |
| Binary | 11100000 | 101010 | 10101010 | 0 | 1010001 | 11000 | 1100 | 100111110 | 1001011 | 110100 |
Color Harmonies of #E02AAA
Complementary color
Monochromatic Colors of #E02AAA
Black with #E02AAA
Text Example
Text Example
White with #E02AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AAA; }
p { color: rgb(224,42,170); }
H1.HeaderClassName
{
color: #E02AAA;
}
.AnyTagClassName
{
color: #E02AAA;
}
</style>
background-color css
<style>
a { background-color: #E02AAA; }
a { background-color: rgb(224,42,170); }
div.DivClassName
{
background-color: #E02AAA;
}
.BgClassName
{
background-color: #E02AAA;
}
</style>
border-color css
<style>
span { border-color: #E02AAA; }
span { border-color: rgb(224,42,170); }
td.TdClassName
{
border-color: #E02AAA;
}
.TagClassName
{
border-color: #E02AAA;
}
</style>