Shades of Persian Rose #E031A6
Tints of Persian Rose #E031A6
RGB
CMYK
RGB Variations
Color information
#E031A6 (or 0xE031A6) is known color: Persian Rose. HEX triplet: E0, 31 and A6. RGB value is (224,49,166). Sum of RGB (Red+Green+Blue) = 224+49+166=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E031A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031A6 is #1FCE59. Grayscale: #727272. Windows color (decimal): -2084442 or 10891744. OLE color: 10891744.
HSL color Cylindrical-coordinate representation of color #E031A6: hue angle of 319.89º 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 #E031A6 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 166 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.12 |
| HSL | 319.89º | 0.74% | 0.54% | - |
| HSV(B) | 319.89º | 0.78% | 0.88% | - |
| XYZ | 38.72 | 20.8 | 38.05 | - |
| YUV | 114.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 166 | 0 | 0.78 | 0.26 | 0.12 | 319.89 | 0.74 | 0.54 |
| Hex | E0 | 31 | A6 | 0 | 4E | 1A | C | 140 | 4A | 36 |
| Octal | 340 | 61 | 246 | 0 | 116 | 32 | 14 | 500 | 112 | 66 |
| Binary | 11100000 | 110001 | 10100110 | 0 | 1001110 | 11010 | 1100 | 101000000 | 1001010 | 110110 |
Color Harmonies of #E031A6
Complementary color
Monochromatic Colors of #E031A6
Black with #E031A6
Text Example
Text Example
White with #E031A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031A6; }
p { color: rgb(224,49,166); }
H1.HeaderClassName
{
color: #E031A6;
}
.AnyTagClassName
{
color: #E031A6;
}
</style>
background-color css
<style>
a { background-color: #E031A6; }
a { background-color: rgb(224,49,166); }
div.DivClassName
{
background-color: #E031A6;
}
.BgClassName
{
background-color: #E031A6;
}
</style>
border-color css
<style>
span { border-color: #E031A6; }
span { border-color: rgb(224,49,166); }
td.TdClassName
{
border-color: #E031A6;
}
.TagClassName
{
border-color: #E031A6;
}
</style>