Shades of Deep Cerise #E62995
Tints of Deep Cerise #E62995
RGB
CMYK
RGB Variations
Color information
#E62995 (or 0xE62995) is known color: Deep Cerise. HEX triplet: E6, 29 and 95. RGB value is (230,41,149). Sum of RGB (Red+Green+Blue) = 230+41+149=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E62995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62995 is #19D66A. Grayscale: #6D6D6D. Windows color (decimal): -1693291 or 9775590. OLE color: 9775590.
HSL color Cylindrical-coordinate representation of color #E62995: hue angle of 325.71º 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 #E62995 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 149 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.10 |
| HSL | 325.71º | 0.79% | 0.53% | - |
| HSV(B) | 325.71º | 0.82% | 0.9% | - |
| XYZ | 38.85 | 20.58 | 30.36 | - |
| YUV | 109.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 149 | 0 | 0.82 | 0.35 | 0.10 | 325.71 | 0.79 | 0.53 |
| Hex | E6 | 29 | 95 | 0 | 52 | 23 | A | 146 | 4F | 35 |
| Octal | 346 | 51 | 225 | 0 | 122 | 43 | 12 | 506 | 117 | 65 |
| Binary | 11100110 | 101001 | 10010101 | 0 | 1010010 | 100011 | 1010 | 101000110 | 1001111 | 110101 |
Color Harmonies of #E62995
Complementary color
Monochromatic Colors of #E62995
Black with #E62995
Text Example
Text Example
White with #E62995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62995; }
p { color: rgb(230,41,149); }
H1.HeaderClassName
{
color: #E62995;
}
.AnyTagClassName
{
color: #E62995;
}
</style>
background-color css
<style>
a { background-color: #E62995; }
a { background-color: rgb(230,41,149); }
div.DivClassName
{
background-color: #E62995;
}
.BgClassName
{
background-color: #E62995;
}
</style>
border-color css
<style>
span { border-color: #E62995; }
span { border-color: rgb(230,41,149); }
td.TdClassName
{
border-color: #E62995;
}
.TagClassName
{
border-color: #E62995;
}
</style>