Shades of Deep Cerise #E62086
Tints of Deep Cerise #E62086
RGB
CMYK
RGB Variations
Color information
#E62086 (or 0xE62086) is known color: Deep Cerise. HEX triplet: E6, 20 and 86. RGB value is (230,32,134). Sum of RGB (Red+Green+Blue) = 230+32+134=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E62086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62086 is #19DF79. Grayscale: #666666. Windows color (decimal): -1695610 or 8790246. OLE color: 8790246.
HSL color Cylindrical-coordinate representation of color #E62086: hue angle of 329.09º 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 #E62086 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 134 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.10 |
| HSL | 329.09º | 0.8% | 0.51% | - |
| HSV(B) | 329.09º | 0.86% | 0.9% | - |
| XYZ | 37.45 | 19.58 | 24.36 | - |
| YUV | 102.83 | 145.6 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 134 | 0 | 0.86 | 0.42 | 0.10 | 329.09 | 0.8 | 0.51 |
| Hex | E6 | 20 | 86 | 0 | 56 | 2A | A | 149 | 50 | 33 |
| Octal | 346 | 40 | 206 | 0 | 126 | 52 | 12 | 511 | 120 | 63 |
| Binary | 11100110 | 100000 | 10000110 | 0 | 1010110 | 101010 | 1010 | 101001001 | 1010000 | 110011 |
Color Harmonies of #E62086
Complementary color
Monochromatic Colors of #E62086
Black with #E62086
Text Example
Text Example
White with #E62086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62086; }
p { color: rgb(230,32,134); }
H1.HeaderClassName
{
color: #E62086;
}
.AnyTagClassName
{
color: #E62086;
}
</style>
background-color css
<style>
a { background-color: #E62086; }
a { background-color: rgb(230,32,134); }
div.DivClassName
{
background-color: #E62086;
}
.BgClassName
{
background-color: #E62086;
}
</style>
border-color css
<style>
span { border-color: #E62086; }
span { border-color: rgb(230,32,134); }
td.TdClassName
{
border-color: #E62086;
}
.TagClassName
{
border-color: #E62086;
}
</style>