Shades of Persian Rose #E03DAA
Tints of Persian Rose #E03DAA
RGB
CMYK
RGB Variations
Color information
#E03DAA (or 0xE03DAA) is known color: Persian Rose. HEX triplet: E0, 3D and AA. RGB value is (224,61,170). Sum of RGB (Red+Green+Blue) = 224+61+170=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03DAA is #1FC255. Grayscale: #797979. Windows color (decimal): -2081366 or 11156960. OLE color: 11156960.
HSL color Cylindrical-coordinate representation of color #E03DAA: hue angle of 319.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DAA is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 170 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.12 |
| HSL | 319.88º | 0.72% | 0.56% | - |
| HSV(B) | 319.88º | 0.73% | 0.88% | - |
| XYZ | 39.66 | 22.09 | 40.2 | - |
| YUV | 122.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 170 | 0 | 0.73 | 0.24 | 0.12 | 319.88 | 0.72 | 0.56 |
| Hex | E0 | 3D | AA | 0 | 49 | 18 | C | 140 | 48 | 38 |
| Octal | 340 | 75 | 252 | 0 | 111 | 30 | 14 | 500 | 110 | 70 |
| Binary | 11100000 | 111101 | 10101010 | 0 | 1001001 | 11000 | 1100 | 101000000 | 1001000 | 111000 |
Color Harmonies of #E03DAA
Complementary color
Monochromatic Colors of #E03DAA
Black with #E03DAA
Text Example
Text Example
White with #E03DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DAA; }
p { color: rgb(224,61,170); }
H1.HeaderClassName
{
color: #E03DAA;
}
.AnyTagClassName
{
color: #E03DAA;
}
</style>
background-color css
<style>
a { background-color: #E03DAA; }
a { background-color: rgb(224,61,170); }
div.DivClassName
{
background-color: #E03DAA;
}
.BgClassName
{
background-color: #E03DAA;
}
</style>
border-color css
<style>
span { border-color: #E03DAA; }
span { border-color: rgb(224,61,170); }
td.TdClassName
{
border-color: #E03DAA;
}
.TagClassName
{
border-color: #E03DAA;
}
</style>