Shades of Deep Cerise #E82C96
Tints of Deep Cerise #E82C96
RGB
CMYK
RGB Variations
Color information
#E82C96 (or 0xE82C96) is known color: Deep Cerise. HEX triplet: E8, 2C and 96. RGB value is (232,44,150). Sum of RGB (Red+Green+Blue) = 232+44+150=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82C96 is #17D369. Grayscale: #707070. Windows color (decimal): -1561450 or 9841896. OLE color: 9841896.
HSL color Cylindrical-coordinate representation of color #E82C96: hue angle of 326.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82C96 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 150 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.09 |
| HSL | 326.17º | 0.8% | 0.54% | - |
| HSV(B) | 326.17º | 0.81% | 0.91% | - |
| XYZ | 39.68 | 21.16 | 30.85 | - |
| YUV | 112.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 150 | 0 | 0.81 | 0.35 | 0.09 | 326.17 | 0.8 | 0.54 |
| Hex | E8 | 2C | 96 | 0 | 51 | 23 | 9 | 146 | 50 | 36 |
| Octal | 350 | 54 | 226 | 0 | 121 | 43 | 11 | 506 | 120 | 66 |
| Binary | 11101000 | 101100 | 10010110 | 0 | 1010001 | 100011 | 1001 | 101000110 | 1010000 | 110110 |
Color Harmonies of #E82C96
Complementary color
Monochromatic Colors of #E82C96
Black with #E82C96
Text Example
Text Example
White with #E82C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C96; }
p { color: rgb(232,44,150); }
H1.HeaderClassName
{
color: #E82C96;
}
.AnyTagClassName
{
color: #E82C96;
}
</style>
background-color css
<style>
a { background-color: #E82C96; }
a { background-color: rgb(232,44,150); }
div.DivClassName
{
background-color: #E82C96;
}
.BgClassName
{
background-color: #E82C96;
}
</style>
border-color css
<style>
span { border-color: #E82C96; }
span { border-color: rgb(232,44,150); }
td.TdClassName
{
border-color: #E82C96;
}
.TagClassName
{
border-color: #E82C96;
}
</style>