Shades of Persian Rose #E02DAB
Tints of Persian Rose #E02DAB
RGB
CMYK
RGB Variations
Color information
#E02DAB (or 0xE02DAB) is known color: Persian Rose. HEX triplet: E0, 2D and AB. RGB value is (224,45,171). Sum of RGB (Red+Green+Blue) = 224+45+171=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DAB is #1FD254. Grayscale: #707070. Windows color (decimal): -2085461 or 11218400. OLE color: 11218400.
HSL color Cylindrical-coordinate representation of color #E02DAB: hue angle of 317.77º 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 #E02DAB is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 171 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.12 |
| HSL | 317.77º | 0.74% | 0.53% | - |
| HSV(B) | 317.77º | 0.8% | 0.88% | - |
| XYZ | 39.03 | 20.66 | 40.46 | - |
| YUV | 112.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 171 | 0 | 0.80 | 0.24 | 0.12 | 317.77 | 0.74 | 0.53 |
| Hex | E0 | 2D | AB | 0 | 50 | 18 | C | 13E | 4A | 35 |
| Octal | 340 | 55 | 253 | 0 | 120 | 30 | 14 | 476 | 112 | 65 |
| Binary | 11100000 | 101101 | 10101011 | 0 | 1010000 | 11000 | 1100 | 100111110 | 1001010 | 110101 |
Color Harmonies of #E02DAB
Complementary color
Monochromatic Colors of #E02DAB
Black with #E02DAB
Text Example
Text Example
White with #E02DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DAB; }
p { color: rgb(224,45,171); }
H1.HeaderClassName
{
color: #E02DAB;
}
.AnyTagClassName
{
color: #E02DAB;
}
</style>
background-color css
<style>
a { background-color: #E02DAB; }
a { background-color: rgb(224,45,171); }
div.DivClassName
{
background-color: #E02DAB;
}
.BgClassName
{
background-color: #E02DAB;
}
</style>
border-color css
<style>
span { border-color: #E02DAB; }
span { border-color: rgb(224,45,171); }
td.TdClassName
{
border-color: #E02DAB;
}
.TagClassName
{
border-color: #E02DAB;
}
</style>