Shades of Deep Cerise #E81D81
Tints of Deep Cerise #E81D81
RGB
CMYK
RGB Variations
Color information
#E81D81 (or 0xE81D81) is known color: Deep Cerise. HEX triplet: E8, 1D and 81. RGB value is (232,29,129). Sum of RGB (Red+Green+Blue) = 232+29+129=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81D81 is #17E27E. Grayscale: #646464. Windows color (decimal): -1565311 or 8461800. OLE color: 8461800.
HSL color Cylindrical-coordinate representation of color #E81D81: hue angle of 330.44º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D81 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 129 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.09 |
| HSL | 330.44º | 0.82% | 0.51% | - |
| HSV(B) | 330.44º | 0.88% | 0.91% | - |
| XYZ | 37.68 | 19.62 | 22.57 | - |
| YUV | 101.1 | 143.75 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 129 | 0 | 0.88 | 0.44 | 0.09 | 330.44 | 0.82 | 0.51 |
| Hex | E8 | 1D | 81 | 0 | 58 | 2C | 9 | 14A | 52 | 33 |
| Octal | 350 | 35 | 201 | 0 | 130 | 54 | 11 | 512 | 122 | 63 |
| Binary | 11101000 | 11101 | 10000001 | 0 | 1011000 | 101100 | 1001 | 101001010 | 1010010 | 110011 |
Color Harmonies of #E81D81
Complementary color
Monochromatic Colors of #E81D81
Black with #E81D81
Text Example
Text Example
White with #E81D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D81; }
p { color: rgb(232,29,129); }
H1.HeaderClassName
{
color: #E81D81;
}
.AnyTagClassName
{
color: #E81D81;
}
</style>
background-color css
<style>
a { background-color: #E81D81; }
a { background-color: rgb(232,29,129); }
div.DivClassName
{
background-color: #E81D81;
}
.BgClassName
{
background-color: #E81D81;
}
</style>
border-color css
<style>
span { border-color: #E81D81; }
span { border-color: rgb(232,29,129); }
td.TdClassName
{
border-color: #E81D81;
}
.TagClassName
{
border-color: #E81D81;
}
</style>