Shades of Deep Cerise #E34196
Tints of Deep Cerise #E34196
RGB
CMYK
RGB Variations
Color information
#E34196 (or 0xE34196) is known color: Deep Cerise. HEX triplet: E3, 41 and 96. RGB value is (227,65,150). Sum of RGB (Red+Green+Blue) = 227+65+150=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E34196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34196 is #1CBE69. Grayscale: #7A7A7A. Windows color (decimal): -1883754 or 9847267. OLE color: 9847267.
HSL color Cylindrical-coordinate representation of color #E34196: hue angle of 328.52º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34196 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 150 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.11 |
| HSL | 328.52º | 0.74% | 0.57% | - |
| HSV(B) | 328.52º | 0.71% | 0.89% | - |
| XYZ | 39.07 | 22.31 | 31.1 | - |
| YUV | 123.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 150 | 0 | 0.71 | 0.34 | 0.11 | 328.52 | 0.74 | 0.57 |
| Hex | E3 | 41 | 96 | 0 | 47 | 22 | B | 149 | 4A | 39 |
| Octal | 343 | 101 | 226 | 0 | 107 | 42 | 13 | 511 | 112 | 71 |
| Binary | 11100011 | 1000001 | 10010110 | 0 | 1000111 | 100010 | 1011 | 101001001 | 1001010 | 111001 |
Color Harmonies of #E34196
Complementary color
Monochromatic Colors of #E34196
Black with #E34196
Text Example
Text Example
White with #E34196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34196; }
p { color: rgb(227,65,150); }
H1.HeaderClassName
{
color: #E34196;
}
.AnyTagClassName
{
color: #E34196;
}
</style>
background-color css
<style>
a { background-color: #E34196; }
a { background-color: rgb(227,65,150); }
div.DivClassName
{
background-color: #E34196;
}
.BgClassName
{
background-color: #E34196;
}
</style>
border-color css
<style>
span { border-color: #E34196; }
span { border-color: rgb(227,65,150); }
td.TdClassName
{
border-color: #E34196;
}
.TagClassName
{
border-color: #E34196;
}
</style>