Shades of Persian Rose #E02AAD
Tints of Persian Rose #E02AAD
RGB
CMYK
RGB Variations
Color information
#E02AAD (or 0xE02AAD) is known color: Persian Rose. HEX triplet: E0, 2A and AD. RGB value is (224,42,173). Sum of RGB (Red+Green+Blue) = 224+42+173=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AAD is #1FD552. Grayscale: #6F6F6F. Windows color (decimal): -2086227 or 11348704. OLE color: 11348704.
HSL color Cylindrical-coordinate representation of color #E02AAD: hue angle of 316.81º 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 #E02AAD is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 173 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.12 |
| HSL | 316.81º | 0.75% | 0.52% | - |
| HSV(B) | 316.81º | 0.81% | 0.88% | - |
| XYZ | 39.11 | 20.52 | 41.43 | - |
| YUV | 111.35 | 162.8 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 173 | 0 | 0.81 | 0.23 | 0.12 | 316.81 | 0.75 | 0.52 |
| Hex | E0 | 2A | AD | 0 | 51 | 17 | C | 13D | 4B | 34 |
| Octal | 340 | 52 | 255 | 0 | 121 | 27 | 14 | 475 | 113 | 64 |
| Binary | 11100000 | 101010 | 10101101 | 0 | 1010001 | 10111 | 1100 | 100111101 | 1001011 | 110100 |
Color Harmonies of #E02AAD
Complementary color
Monochromatic Colors of #E02AAD
Black with #E02AAD
Text Example
Text Example
White with #E02AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AAD; }
p { color: rgb(224,42,173); }
H1.HeaderClassName
{
color: #E02AAD;
}
.AnyTagClassName
{
color: #E02AAD;
}
</style>
background-color css
<style>
a { background-color: #E02AAD; }
a { background-color: rgb(224,42,173); }
div.DivClassName
{
background-color: #E02AAD;
}
.BgClassName
{
background-color: #E02AAD;
}
</style>
border-color css
<style>
span { border-color: #E02AAD; }
span { border-color: rgb(224,42,173); }
td.TdClassName
{
border-color: #E02AAD;
}
.TagClassName
{
border-color: #E02AAD;
}
</style>