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