Shades of Deep Cerise #E81B85
Tints of Deep Cerise #E81B85
RGB
CMYK
RGB Variations
Color information
#E81B85 (or 0xE81B85) is known color: Deep Cerise. HEX triplet: E8, 1B and 85. RGB value is (232,27,133). Sum of RGB (Red+Green+Blue) = 232+27+133=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B85 is #17E47A. Grayscale: #646464. Windows color (decimal): -1565819 or 8723432. OLE color: 8723432.
HSL color Cylindrical-coordinate representation of color #E81B85: hue angle of 328.98º 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 #E81B85 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 133 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.09 |
| HSL | 328.98º | 0.82% | 0.51% | - |
| HSV(B) | 328.98º | 0.88% | 0.91% | - |
| XYZ | 37.9 | 19.63 | 23.98 | - |
| YUV | 100.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 133 | 0 | 0.88 | 0.43 | 0.09 | 328.98 | 0.82 | 0.51 |
| Hex | E8 | 1B | 85 | 0 | 58 | 2B | 9 | 149 | 52 | 33 |
| Octal | 350 | 33 | 205 | 0 | 130 | 53 | 11 | 511 | 122 | 63 |
| Binary | 11101000 | 11011 | 10000101 | 0 | 1011000 | 101011 | 1001 | 101001001 | 1010010 | 110011 |
Color Harmonies of #E81B85
Complementary color
Monochromatic Colors of #E81B85
Black with #E81B85
Text Example
Text Example
White with #E81B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B85; }
p { color: rgb(232,27,133); }
H1.HeaderClassName
{
color: #E81B85;
}
.AnyTagClassName
{
color: #E81B85;
}
</style>
background-color css
<style>
a { background-color: #E81B85; }
a { background-color: rgb(232,27,133); }
div.DivClassName
{
background-color: #E81B85;
}
.BgClassName
{
background-color: #E81B85;
}
</style>
border-color css
<style>
span { border-color: #E81B85; }
span { border-color: rgb(232,27,133); }
td.TdClassName
{
border-color: #E81B85;
}
.TagClassName
{
border-color: #E81B85;
}
</style>