Shades of Deep Cerise #E62996
Tints of Deep Cerise #E62996
RGB
CMYK
RGB Variations
Color information
#E62996 (or 0xE62996) is known color: Deep Cerise. HEX triplet: E6, 29 and 96. RGB value is (230,41,150). Sum of RGB (Red+Green+Blue) = 230+41+150=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E62996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62996 is #19D669. Grayscale: #6D6D6D. Windows color (decimal): -1693290 or 9841126. OLE color: 9841126.
HSL color Cylindrical-coordinate representation of color #E62996: hue angle of 325.4º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62996 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 150 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.10 |
| HSL | 325.4º | 0.79% | 0.53% | - |
| HSV(B) | 325.4º | 0.82% | 0.9% | - |
| XYZ | 38.93 | 20.61 | 30.78 | - |
| YUV | 109.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 150 | 0 | 0.82 | 0.35 | 0.10 | 325.4 | 0.79 | 0.53 |
| Hex | E6 | 29 | 96 | 0 | 52 | 23 | A | 145 | 4F | 35 |
| Octal | 346 | 51 | 226 | 0 | 122 | 43 | 12 | 505 | 117 | 65 |
| Binary | 11100110 | 101001 | 10010110 | 0 | 1010010 | 100011 | 1010 | 101000101 | 1001111 | 110101 |
Color Harmonies of #E62996
Complementary color
Monochromatic Colors of #E62996
Black with #E62996
Text Example
Text Example
White with #E62996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62996; }
p { color: rgb(230,41,150); }
H1.HeaderClassName
{
color: #E62996;
}
.AnyTagClassName
{
color: #E62996;
}
</style>
background-color css
<style>
a { background-color: #E62996; }
a { background-color: rgb(230,41,150); }
div.DivClassName
{
background-color: #E62996;
}
.BgClassName
{
background-color: #E62996;
}
</style>
border-color css
<style>
span { border-color: #E62996; }
span { border-color: rgb(230,41,150); }
td.TdClassName
{
border-color: #E62996;
}
.TagClassName
{
border-color: #E62996;
}
</style>