Shades of Persian Rose #E032A8
Tints of Persian Rose #E032A8
RGB
CMYK
RGB Variations
Color information
#E032A8 (or 0xE032A8) is known color: Persian Rose. HEX triplet: E0, 32 and A8. RGB value is (224,50,168). Sum of RGB (Red+Green+Blue) = 224+50+168=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E032A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E032A8 is #1FCD57. Grayscale: #737373. Windows color (decimal): -2084184 or 11023072. OLE color: 11023072.
HSL color Cylindrical-coordinate representation of color #E032A8: hue angle of 319.31º 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 #E032A8 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 168 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.12 |
| HSL | 319.31º | 0.74% | 0.54% | - |
| HSV(B) | 319.31º | 0.78% | 0.88% | - |
| XYZ | 38.95 | 20.96 | 39.04 | - |
| YUV | 115.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 168 | 0 | 0.78 | 0.25 | 0.12 | 319.31 | 0.74 | 0.54 |
| Hex | E0 | 32 | A8 | 0 | 4E | 19 | C | 13F | 4A | 36 |
| Octal | 340 | 62 | 250 | 0 | 116 | 31 | 14 | 477 | 112 | 66 |
| Binary | 11100000 | 110010 | 10101000 | 0 | 1001110 | 11001 | 1100 | 100111111 | 1001010 | 110110 |
Color Harmonies of #E032A8
Complementary color
Monochromatic Colors of #E032A8
Black with #E032A8
Text Example
Text Example
White with #E032A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032A8; }
p { color: rgb(224,50,168); }
H1.HeaderClassName
{
color: #E032A8;
}
.AnyTagClassName
{
color: #E032A8;
}
</style>
background-color css
<style>
a { background-color: #E032A8; }
a { background-color: rgb(224,50,168); }
div.DivClassName
{
background-color: #E032A8;
}
.BgClassName
{
background-color: #E032A8;
}
</style>
border-color css
<style>
span { border-color: #E032A8; }
span { border-color: rgb(224,50,168); }
td.TdClassName
{
border-color: #E032A8;
}
.TagClassName
{
border-color: #E032A8;
}
</style>