Shades of Deep Cerise #E32896
Tints of Deep Cerise #E32896
RGB
CMYK
RGB Variations
Color information
#E32896 (or 0xE32896) is known color: Deep Cerise. HEX triplet: E3, 28 and 96. RGB value is (227,40,150). Sum of RGB (Red+Green+Blue) = 227+40+150=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E32896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32896 is #1CD769. Grayscale: #6C6C6C. Windows color (decimal): -1890154 or 9840867. OLE color: 9840867.
HSL color Cylindrical-coordinate representation of color #E32896: hue angle of 324.71º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32896 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 150 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.11 |
| HSL | 324.71º | 0.77% | 0.52% | - |
| HSV(B) | 324.71º | 0.82% | 0.89% | - |
| XYZ | 37.94 | 20.05 | 30.72 | - |
| YUV | 108.45 | 151.45 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 150 | 0 | 0.82 | 0.34 | 0.11 | 324.71 | 0.77 | 0.52 |
| Hex | E3 | 28 | 96 | 0 | 52 | 22 | B | 145 | 4D | 34 |
| Octal | 343 | 50 | 226 | 0 | 122 | 42 | 13 | 505 | 115 | 64 |
| Binary | 11100011 | 101000 | 10010110 | 0 | 1010010 | 100010 | 1011 | 101000101 | 1001101 | 110100 |
Color Harmonies of #E32896
Complementary color
Monochromatic Colors of #E32896
Black with #E32896
Text Example
Text Example
White with #E32896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32896; }
p { color: rgb(227,40,150); }
H1.HeaderClassName
{
color: #E32896;
}
.AnyTagClassName
{
color: #E32896;
}
</style>
background-color css
<style>
a { background-color: #E32896; }
a { background-color: rgb(227,40,150); }
div.DivClassName
{
background-color: #E32896;
}
.BgClassName
{
background-color: #E32896;
}
</style>
border-color css
<style>
span { border-color: #E32896; }
span { border-color: rgb(227,40,150); }
td.TdClassName
{
border-color: #E32896;
}
.TagClassName
{
border-color: #E32896;
}
</style>