Shades of Persian Rose #E030AA
Tints of Persian Rose #E030AA
RGB
CMYK
RGB Variations
Color information
#E030AA (or 0xE030AA) is known color: Persian Rose. HEX triplet: E0, 30 and AA. RGB value is (224,48,170). Sum of RGB (Red+Green+Blue) = 224+48+170=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E030AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030AA is #1FCF55. Grayscale: #727272. Windows color (decimal): -2084694 or 11153632. OLE color: 11153632.
HSL color Cylindrical-coordinate representation of color #E030AA: hue angle of 318.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030AA is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 170 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.12 |
| HSL | 318.41º | 0.74% | 0.53% | - |
| HSV(B) | 318.41º | 0.79% | 0.88% | - |
| XYZ | 39.05 | 20.86 | 40 | - |
| YUV | 114.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 170 | 0 | 0.79 | 0.24 | 0.12 | 318.41 | 0.74 | 0.53 |
| Hex | E0 | 30 | AA | 0 | 4F | 18 | C | 13E | 4A | 35 |
| Octal | 340 | 60 | 252 | 0 | 117 | 30 | 14 | 476 | 112 | 65 |
| Binary | 11100000 | 110000 | 10101010 | 0 | 1001111 | 11000 | 1100 | 100111110 | 1001010 | 110101 |
Color Harmonies of #E030AA
Complementary color
Monochromatic Colors of #E030AA
Black with #E030AA
Text Example
Text Example
White with #E030AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030AA; }
p { color: rgb(224,48,170); }
H1.HeaderClassName
{
color: #E030AA;
}
.AnyTagClassName
{
color: #E030AA;
}
</style>
background-color css
<style>
a { background-color: #E030AA; }
a { background-color: rgb(224,48,170); }
div.DivClassName
{
background-color: #E030AA;
}
.BgClassName
{
background-color: #E030AA;
}
</style>
border-color css
<style>
span { border-color: #E030AA; }
span { border-color: rgb(224,48,170); }
td.TdClassName
{
border-color: #E030AA;
}
.TagClassName
{
border-color: #E030AA;
}
</style>