Shades of Deep Cerise #E33F96
Tints of Deep Cerise #E33F96
RGB
CMYK
RGB Variations
Color information
#E33F96 (or 0xE33F96) is known color: Deep Cerise. HEX triplet: E3, 3F and 96. RGB value is (227,63,150). Sum of RGB (Red+Green+Blue) = 227+63+150=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33F96 is #1CC069. Grayscale: #797979. Windows color (decimal): -1884266 or 9846755. OLE color: 9846755.
HSL color Cylindrical-coordinate representation of color #E33F96: hue angle of 328.17º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E33F96 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 150 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.11 |
| HSL | 328.17º | 0.75% | 0.57% | - |
| HSV(B) | 328.17º | 0.72% | 0.89% | - |
| XYZ | 38.96 | 22.09 | 31.06 | - |
| YUV | 121.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 150 | 0 | 0.72 | 0.34 | 0.11 | 328.17 | 0.75 | 0.57 |
| Hex | E3 | 3F | 96 | 0 | 48 | 22 | B | 148 | 4B | 39 |
| Octal | 343 | 77 | 226 | 0 | 110 | 42 | 13 | 510 | 113 | 71 |
| Binary | 11100011 | 111111 | 10010110 | 0 | 1001000 | 100010 | 1011 | 101001000 | 1001011 | 111001 |
Color Harmonies of #E33F96
Complementary color
Monochromatic Colors of #E33F96
Black with #E33F96
Text Example
Text Example
White with #E33F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F96; }
p { color: rgb(227,63,150); }
H1.HeaderClassName
{
color: #E33F96;
}
.AnyTagClassName
{
color: #E33F96;
}
</style>
background-color css
<style>
a { background-color: #E33F96; }
a { background-color: rgb(227,63,150); }
div.DivClassName
{
background-color: #E33F96;
}
.BgClassName
{
background-color: #E33F96;
}
</style>
border-color css
<style>
span { border-color: #E33F96; }
span { border-color: rgb(227,63,150); }
td.TdClassName
{
border-color: #E33F96;
}
.TagClassName
{
border-color: #E33F96;
}
</style>