Shades of Persian Rose #E031AC
Tints of Persian Rose #E031AC
RGB
CMYK
RGB Variations
Color information
#E031AC (or 0xE031AC) is known color: Persian Rose. HEX triplet: E0, 31 and AC. RGB value is (224,49,172). Sum of RGB (Red+Green+Blue) = 224+49+172=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E031AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031AC is #1FCE53. Grayscale: #737373. Windows color (decimal): -2084436 or 11284960. OLE color: 11284960.
HSL color Cylindrical-coordinate representation of color #E031AC: hue angle of 317.83º 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 #E031AC is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 172 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.12 |
| HSL | 317.83º | 0.74% | 0.54% | - |
| HSV(B) | 317.83º | 0.78% | 0.88% | - |
| XYZ | 39.29 | 21.02 | 41.02 | - |
| YUV | 115.35 | 159.98 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 172 | 0 | 0.78 | 0.23 | 0.12 | 317.83 | 0.74 | 0.54 |
| Hex | E0 | 31 | AC | 0 | 4E | 17 | C | 13E | 4A | 36 |
| Octal | 340 | 61 | 254 | 0 | 116 | 27 | 14 | 476 | 112 | 66 |
| Binary | 11100000 | 110001 | 10101100 | 0 | 1001110 | 10111 | 1100 | 100111110 | 1001010 | 110110 |
Color Harmonies of #E031AC
Complementary color
Monochromatic Colors of #E031AC
Black with #E031AC
Text Example
Text Example
White with #E031AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031AC; }
p { color: rgb(224,49,172); }
H1.HeaderClassName
{
color: #E031AC;
}
.AnyTagClassName
{
color: #E031AC;
}
</style>
background-color css
<style>
a { background-color: #E031AC; }
a { background-color: rgb(224,49,172); }
div.DivClassName
{
background-color: #E031AC;
}
.BgClassName
{
background-color: #E031AC;
}
</style>
border-color css
<style>
span { border-color: #E031AC; }
span { border-color: rgb(224,49,172); }
td.TdClassName
{
border-color: #E031AC;
}
.TagClassName
{
border-color: #E031AC;
}
</style>