Shades of Deep Cerise #E81B81
Tints of Deep Cerise #E81B81
RGB
CMYK
RGB Variations
Color information
#E81B81 (or 0xE81B81) is known color: Deep Cerise. HEX triplet: E8, 1B and 81. RGB value is (232,27,129). Sum of RGB (Red+Green+Blue) = 232+27+129=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B81 is #17E47E. Grayscale: #636363. Windows color (decimal): -1565823 or 8461288. OLE color: 8461288.
HSL color Cylindrical-coordinate representation of color #E81B81: hue angle of 330.15º 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 #E81B81 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 129 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.09 |
| HSL | 330.15º | 0.82% | 0.51% | - |
| HSV(B) | 330.15º | 0.88% | 0.91% | - |
| XYZ | 37.63 | 19.52 | 22.55 | - |
| YUV | 99.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 129 | 0 | 0.88 | 0.44 | 0.09 | 330.15 | 0.82 | 0.51 |
| Hex | E8 | 1B | 81 | 0 | 58 | 2C | 9 | 14A | 52 | 33 |
| Octal | 350 | 33 | 201 | 0 | 130 | 54 | 11 | 512 | 122 | 63 |
| Binary | 11101000 | 11011 | 10000001 | 0 | 1011000 | 101100 | 1001 | 101001010 | 1010010 | 110011 |
Color Harmonies of #E81B81
Complementary color
Monochromatic Colors of #E81B81
Black with #E81B81
Text Example
Text Example
White with #E81B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B81; }
p { color: rgb(232,27,129); }
H1.HeaderClassName
{
color: #E81B81;
}
.AnyTagClassName
{
color: #E81B81;
}
</style>
background-color css
<style>
a { background-color: #E81B81; }
a { background-color: rgb(232,27,129); }
div.DivClassName
{
background-color: #E81B81;
}
.BgClassName
{
background-color: #E81B81;
}
</style>
border-color css
<style>
span { border-color: #E81B81; }
span { border-color: rgb(232,27,129); }
td.TdClassName
{
border-color: #E81B81;
}
.TagClassName
{
border-color: #E81B81;
}
</style>