Shades of Deep Cerise #E81E84
Tints of Deep Cerise #E81E84
RGB
CMYK
RGB Variations
Color information
#E81E84 (or 0xE81E84) is known color: Deep Cerise. HEX triplet: E8, 1E and 84. RGB value is (232,30,132). Sum of RGB (Red+Green+Blue) = 232+30+132=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81E84 is #17E17B. Grayscale: #656565. Windows color (decimal): -1565052 or 8658664. OLE color: 8658664.
HSL color Cylindrical-coordinate representation of color #E81E84: hue angle of 329.7º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E84 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 132 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.09 |
| HSL | 329.7º | 0.81% | 0.51% | - |
| HSV(B) | 329.7º | 0.87% | 0.91% | - |
| XYZ | 37.91 | 19.75 | 23.64 | - |
| YUV | 102.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 132 | 0 | 0.87 | 0.43 | 0.09 | 329.7 | 0.81 | 0.51 |
| Hex | E8 | 1E | 84 | 0 | 57 | 2B | 9 | 14A | 51 | 33 |
| Octal | 350 | 36 | 204 | 0 | 127 | 53 | 11 | 512 | 121 | 63 |
| Binary | 11101000 | 11110 | 10000100 | 0 | 1010111 | 101011 | 1001 | 101001010 | 1010001 | 110011 |
Color Harmonies of #E81E84
Complementary color
Monochromatic Colors of #E81E84
Black with #E81E84
Text Example
Text Example
White with #E81E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E84; }
p { color: rgb(232,30,132); }
H1.HeaderClassName
{
color: #E81E84;
}
.AnyTagClassName
{
color: #E81E84;
}
</style>
background-color css
<style>
a { background-color: #E81E84; }
a { background-color: rgb(232,30,132); }
div.DivClassName
{
background-color: #E81E84;
}
.BgClassName
{
background-color: #E81E84;
}
</style>
border-color css
<style>
span { border-color: #E81E84; }
span { border-color: rgb(232,30,132); }
td.TdClassName
{
border-color: #E81E84;
}
.TagClassName
{
border-color: #E81E84;
}
</style>