Shades of Persian Rose #E02DAF
Tints of Persian Rose #E02DAF
RGB
CMYK
RGB Variations
Color information
#E02DAF (or 0xE02DAF) is known color: Persian Rose. HEX triplet: E0, 2D and AF. RGB value is (224,45,175). Sum of RGB (Red+Green+Blue) = 224+45+175=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DAF is #1FD250. Grayscale: #717171. Windows color (decimal): -2085457 or 11480544. OLE color: 11480544.
HSL color Cylindrical-coordinate representation of color #E02DAF: hue angle of 316.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02DAF is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 175 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.12 |
| HSL | 316.42º | 0.74% | 0.53% | - |
| HSV(B) | 316.42º | 0.8% | 0.88% | - |
| XYZ | 39.42 | 20.82 | 42.5 | - |
| YUV | 113.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 175 | 0 | 0.80 | 0.22 | 0.12 | 316.42 | 0.74 | 0.53 |
| Hex | E0 | 2D | AF | 0 | 50 | 16 | C | 13C | 4A | 35 |
| Octal | 340 | 55 | 257 | 0 | 120 | 26 | 14 | 474 | 112 | 65 |
| Binary | 11100000 | 101101 | 10101111 | 0 | 1010000 | 10110 | 1100 | 100111100 | 1001010 | 110101 |
Color Harmonies of #E02DAF
Complementary color
Monochromatic Colors of #E02DAF
Black with #E02DAF
Text Example
Text Example
White with #E02DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DAF; }
p { color: rgb(224,45,175); }
H1.HeaderClassName
{
color: #E02DAF;
}
.AnyTagClassName
{
color: #E02DAF;
}
</style>
background-color css
<style>
a { background-color: #E02DAF; }
a { background-color: rgb(224,45,175); }
div.DivClassName
{
background-color: #E02DAF;
}
.BgClassName
{
background-color: #E02DAF;
}
</style>
border-color css
<style>
span { border-color: #E02DAF; }
span { border-color: rgb(224,45,175); }
td.TdClassName
{
border-color: #E02DAF;
}
.TagClassName
{
border-color: #E02DAF;
}
</style>