Shades of Persian Rose #E032AA
Tints of Persian Rose #E032AA
RGB
CMYK
RGB Variations
Color information
#E032AA (or 0xE032AA) is known color: Persian Rose. HEX triplet: E0, 32 and AA. RGB value is (224,50,170). Sum of RGB (Red+Green+Blue) = 224+50+170=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E032AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E032AA is #1FCD55. Grayscale: #737373. Windows color (decimal): -2084182 or 11154144. OLE color: 11154144.
HSL color Cylindrical-coordinate representation of color #E032AA: hue angle of 318.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032AA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 170 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.12 |
| HSL | 318.62º | 0.74% | 0.54% | - |
| HSV(B) | 318.62º | 0.78% | 0.88% | - |
| XYZ | 39.14 | 21.03 | 40.03 | - |
| YUV | 115.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 170 | 0 | 0.78 | 0.24 | 0.12 | 318.62 | 0.74 | 0.54 |
| Hex | E0 | 32 | AA | 0 | 4E | 18 | C | 13F | 4A | 36 |
| Octal | 340 | 62 | 252 | 0 | 116 | 30 | 14 | 477 | 112 | 66 |
| Binary | 11100000 | 110010 | 10101010 | 0 | 1001110 | 11000 | 1100 | 100111111 | 1001010 | 110110 |
Color Harmonies of #E032AA
Complementary color
Monochromatic Colors of #E032AA
Black with #E032AA
Text Example
Text Example
White with #E032AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032AA; }
p { color: rgb(224,50,170); }
H1.HeaderClassName
{
color: #E032AA;
}
.AnyTagClassName
{
color: #E032AA;
}
</style>
background-color css
<style>
a { background-color: #E032AA; }
a { background-color: rgb(224,50,170); }
div.DivClassName
{
background-color: #E032AA;
}
.BgClassName
{
background-color: #E032AA;
}
</style>
border-color css
<style>
span { border-color: #E032AA; }
span { border-color: rgb(224,50,170); }
td.TdClassName
{
border-color: #E032AA;
}
.TagClassName
{
border-color: #E032AA;
}
</style>