Shades of Deep Cerise #E62091
Tints of Deep Cerise #E62091
RGB
CMYK
RGB Variations
Color information
#E62091 (or 0xE62091) is known color: Deep Cerise. HEX triplet: E6, 20 and 91. RGB value is (230,32,145). Sum of RGB (Red+Green+Blue) = 230+32+145=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E62091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62091 is #19DF6E. Grayscale: #676767. Windows color (decimal): -1695599 or 9511142. OLE color: 9511142.
HSL color Cylindrical-coordinate representation of color #E62091: hue angle of 325.76º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62091 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 145 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.10 |
| HSL | 325.76º | 0.8% | 0.51% | - |
| HSV(B) | 325.76º | 0.86% | 0.9% | - |
| XYZ | 38.26 | 19.9 | 28.61 | - |
| YUV | 104.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 145 | 0 | 0.86 | 0.37 | 0.10 | 325.76 | 0.8 | 0.51 |
| Hex | E6 | 20 | 91 | 0 | 56 | 25 | A | 146 | 50 | 33 |
| Octal | 346 | 40 | 221 | 0 | 126 | 45 | 12 | 506 | 120 | 63 |
| Binary | 11100110 | 100000 | 10010001 | 0 | 1010110 | 100101 | 1010 | 101000110 | 1010000 | 110011 |
Color Harmonies of #E62091
Complementary color
Monochromatic Colors of #E62091
Black with #E62091
Text Example
Text Example
White with #E62091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62091; }
p { color: rgb(230,32,145); }
H1.HeaderClassName
{
color: #E62091;
}
.AnyTagClassName
{
color: #E62091;
}
</style>
background-color css
<style>
a { background-color: #E62091; }
a { background-color: rgb(230,32,145); }
div.DivClassName
{
background-color: #E62091;
}
.BgClassName
{
background-color: #E62091;
}
</style>
border-color css
<style>
span { border-color: #E62091; }
span { border-color: rgb(230,32,145); }
td.TdClassName
{
border-color: #E62091;
}
.TagClassName
{
border-color: #E62091;
}
</style>