Shades of Deep Cerise #E62979
Tints of Deep Cerise #E62979
RGB
CMYK
RGB Variations
Color information
#E62979 (or 0xE62979) is known color: Deep Cerise. HEX triplet: E6, 29 and 79. RGB value is (230,41,121). Sum of RGB (Red+Green+Blue) = 230+41+121=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E62979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62979 is #19D686. Grayscale: #6A6A6A. Windows color (decimal): -1693319 or 7940582. OLE color: 7940582.
HSL color Cylindrical-coordinate representation of color #E62979: hue angle of 334.6º 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 #E62979 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 121 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.10 |
| HSL | 334.6º | 0.79% | 0.53% | - |
| HSV(B) | 334.6º | 0.82% | 0.9% | - |
| XYZ | 36.88 | 19.79 | 19.97 | - |
| YUV | 106.63 | 136.12 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 121 | 0 | 0.82 | 0.47 | 0.10 | 334.6 | 0.79 | 0.53 |
| Hex | E6 | 29 | 79 | 0 | 52 | 2F | A | 14F | 4F | 35 |
| Octal | 346 | 51 | 171 | 0 | 122 | 57 | 12 | 517 | 117 | 65 |
| Binary | 11100110 | 101001 | 1111001 | 0 | 1010010 | 101111 | 1010 | 101001111 | 1001111 | 110101 |
Color Harmonies of #E62979
Complementary color
Monochromatic Colors of #E62979
Black with #E62979
Text Example
Text Example
White with #E62979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62979; }
p { color: rgb(230,41,121); }
H1.HeaderClassName
{
color: #E62979;
}
.AnyTagClassName
{
color: #E62979;
}
</style>
background-color css
<style>
a { background-color: #E62979; }
a { background-color: rgb(230,41,121); }
div.DivClassName
{
background-color: #E62979;
}
.BgClassName
{
background-color: #E62979;
}
</style>
border-color css
<style>
span { border-color: #E62979; }
span { border-color: rgb(230,41,121); }
td.TdClassName
{
border-color: #E62979;
}
.TagClassName
{
border-color: #E62979;
}
</style>