Shades of Persian Rose #E031A9
Tints of Persian Rose #E031A9
RGB
CMYK
RGB Variations
Color information
#E031A9 (or 0xE031A9) is known color: Persian Rose. HEX triplet: E0, 31 and A9. RGB value is (224,49,169). Sum of RGB (Red+Green+Blue) = 224+49+169=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E031A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031A9 is #1FCE56. Grayscale: #727272. Windows color (decimal): -2084439 or 11088352. OLE color: 11088352.
HSL color Cylindrical-coordinate representation of color #E031A9: hue angle of 318.86º 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 #E031A9 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 169 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.12 |
| HSL | 318.86º | 0.74% | 0.54% | - |
| HSV(B) | 318.86º | 0.78% | 0.88% | - |
| XYZ | 39 | 20.91 | 39.52 | - |
| YUV | 115.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 169 | 0 | 0.78 | 0.25 | 0.12 | 318.86 | 0.74 | 0.54 |
| Hex | E0 | 31 | A9 | 0 | 4E | 19 | C | 13F | 4A | 36 |
| Octal | 340 | 61 | 251 | 0 | 116 | 31 | 14 | 477 | 112 | 66 |
| Binary | 11100000 | 110001 | 10101001 | 0 | 1001110 | 11001 | 1100 | 100111111 | 1001010 | 110110 |
Color Harmonies of #E031A9
Complementary color
Monochromatic Colors of #E031A9
Black with #E031A9
Text Example
Text Example
White with #E031A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031A9; }
p { color: rgb(224,49,169); }
H1.HeaderClassName
{
color: #E031A9;
}
.AnyTagClassName
{
color: #E031A9;
}
</style>
background-color css
<style>
a { background-color: #E031A9; }
a { background-color: rgb(224,49,169); }
div.DivClassName
{
background-color: #E031A9;
}
.BgClassName
{
background-color: #E031A9;
}
</style>
border-color css
<style>
span { border-color: #E031A9; }
span { border-color: rgb(224,49,169); }
td.TdClassName
{
border-color: #E031A9;
}
.TagClassName
{
border-color: #E031A9;
}
</style>