Shades of Deep Cerise #E62084
Tints of Deep Cerise #E62084
RGB
CMYK
RGB Variations
Color information
#E62084 (or 0xE62084) is known color: Deep Cerise. HEX triplet: E6, 20 and 84. RGB value is (230,32,132). Sum of RGB (Red+Green+Blue) = 230+32+132=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E62084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62084 is #19DF7B. Grayscale: #666666. Windows color (decimal): -1695612 or 8659174. OLE color: 8659174.
HSL color Cylindrical-coordinate representation of color #E62084: hue angle of 329.7º 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 #E62084 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 132 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.10 |
| HSL | 329.7º | 0.8% | 0.51% | - |
| HSV(B) | 329.7º | 0.86% | 0.9% | - |
| XYZ | 37.31 | 19.52 | 23.63 | - |
| YUV | 102.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 132 | 0 | 0.86 | 0.43 | 0.10 | 329.7 | 0.8 | 0.51 |
| Hex | E6 | 20 | 84 | 0 | 56 | 2B | A | 14A | 50 | 33 |
| Octal | 346 | 40 | 204 | 0 | 126 | 53 | 12 | 512 | 120 | 63 |
| Binary | 11100110 | 100000 | 10000100 | 0 | 1010110 | 101011 | 1010 | 101001010 | 1010000 | 110011 |
Color Harmonies of #E62084
Complementary color
Monochromatic Colors of #E62084
Black with #E62084
Text Example
Text Example
White with #E62084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62084; }
p { color: rgb(230,32,132); }
H1.HeaderClassName
{
color: #E62084;
}
.AnyTagClassName
{
color: #E62084;
}
</style>
background-color css
<style>
a { background-color: #E62084; }
a { background-color: rgb(230,32,132); }
div.DivClassName
{
background-color: #E62084;
}
.BgClassName
{
background-color: #E62084;
}
</style>
border-color css
<style>
span { border-color: #E62084; }
span { border-color: rgb(230,32,132); }
td.TdClassName
{
border-color: #E62084;
}
.TagClassName
{
border-color: #E62084;
}
</style>