Shades of Deep Cerise #E82F77
Tints of Deep Cerise #E82F77
RGB
CMYK
RGB Variations
Color information
#E82F77 (or 0xE82F77) is known color: Deep Cerise. HEX triplet: E8, 2F and 77. RGB value is (232,47,119). Sum of RGB (Red+Green+Blue) = 232+47+119=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82F77 is #17D088. Grayscale: #6E6E6E. Windows color (decimal): -1560713 or 7811048. OLE color: 7811048.
HSL color Cylindrical-coordinate representation of color #E82F77: hue angle of 336.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F77 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 119 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.09 |
| HSL | 336.65º | 0.8% | 0.55% | - |
| HSV(B) | 336.65º | 0.8% | 0.91% | - |
| XYZ | 37.63 | 20.52 | 19.43 | - |
| YUV | 110.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 119 | 0 | 0.80 | 0.49 | 0.09 | 336.65 | 0.8 | 0.55 |
| Hex | E8 | 2F | 77 | 0 | 50 | 31 | 9 | 151 | 50 | 37 |
| Octal | 350 | 57 | 167 | 0 | 120 | 61 | 11 | 521 | 120 | 67 |
| Binary | 11101000 | 101111 | 1110111 | 0 | 1010000 | 110001 | 1001 | 101010001 | 1010000 | 110111 |
Color Harmonies of #E82F77
Complementary color
Monochromatic Colors of #E82F77
Black with #E82F77
Text Example
Text Example
White with #E82F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F77; }
p { color: rgb(232,47,119); }
H1.HeaderClassName
{
color: #E82F77;
}
.AnyTagClassName
{
color: #E82F77;
}
</style>
background-color css
<style>
a { background-color: #E82F77; }
a { background-color: rgb(232,47,119); }
div.DivClassName
{
background-color: #E82F77;
}
.BgClassName
{
background-color: #E82F77;
}
</style>
border-color css
<style>
span { border-color: #E82F77; }
span { border-color: rgb(232,47,119); }
td.TdClassName
{
border-color: #E82F77;
}
.TagClassName
{
border-color: #E82F77;
}
</style>