Shades of Deep Cerise #E82977
Tints of Deep Cerise #E82977
RGB
CMYK
RGB Variations
Color information
#E82977 (or 0xE82977) is known color: Deep Cerise. HEX triplet: E8, 29 and 77. RGB value is (232,41,119). Sum of RGB (Red+Green+Blue) = 232+41+119=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E82977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82977 is #17D688. Grayscale: #6A6A6A. Windows color (decimal): -1562249 or 7809512. OLE color: 7809512.
HSL color Cylindrical-coordinate representation of color #E82977: hue angle of 335.5º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82977 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 119 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.09 |
| HSL | 335.5º | 0.81% | 0.54% | - |
| HSV(B) | 335.5º | 0.82% | 0.91% | - |
| XYZ | 37.4 | 20.07 | 19.36 | - |
| YUV | 107 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 119 | 0 | 0.82 | 0.49 | 0.09 | 335.5 | 0.81 | 0.54 |
| Hex | E8 | 29 | 77 | 0 | 52 | 31 | 9 | 14F | 51 | 36 |
| Octal | 350 | 51 | 167 | 0 | 122 | 61 | 11 | 517 | 121 | 66 |
| Binary | 11101000 | 101001 | 1110111 | 0 | 1010010 | 110001 | 1001 | 101001111 | 1010001 | 110110 |
Color Harmonies of #E82977
Complementary color
Monochromatic Colors of #E82977
Black with #E82977
Text Example
Text Example
White with #E82977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82977; }
p { color: rgb(232,41,119); }
H1.HeaderClassName
{
color: #E82977;
}
.AnyTagClassName
{
color: #E82977;
}
</style>
background-color css
<style>
a { background-color: #E82977; }
a { background-color: rgb(232,41,119); }
div.DivClassName
{
background-color: #E82977;
}
.BgClassName
{
background-color: #E82977;
}
</style>
border-color css
<style>
span { border-color: #E82977; }
span { border-color: rgb(232,41,119); }
td.TdClassName
{
border-color: #E82977;
}
.TagClassName
{
border-color: #E82977;
}
</style>