Shades of Deep Cerise #E42086
Tints of Deep Cerise #E42086
RGB
CMYK
RGB Variations
Color information
#E42086 (or 0xE42086) is known color: Deep Cerise. HEX triplet: E4, 20 and 86. RGB value is (228,32,134). Sum of RGB (Red+Green+Blue) = 228+32+134=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E42086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42086 is #1BDF79. Grayscale: #666666. Windows color (decimal): -1826682 or 8790244. OLE color: 8790244.
HSL color Cylindrical-coordinate representation of color #E42086: hue angle of 328.78º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42086 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 134 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.11 |
| HSL | 328.78º | 0.78% | 0.51% | - |
| HSV(B) | 328.78º | 0.86% | 0.89% | - |
| XYZ | 36.81 | 19.25 | 24.33 | - |
| YUV | 102.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 134 | 0 | 0.86 | 0.41 | 0.11 | 328.78 | 0.78 | 0.51 |
| Hex | E4 | 20 | 86 | 0 | 56 | 29 | B | 149 | 4E | 33 |
| Octal | 344 | 40 | 206 | 0 | 126 | 51 | 13 | 511 | 116 | 63 |
| Binary | 11100100 | 100000 | 10000110 | 0 | 1010110 | 101001 | 1011 | 101001001 | 1001110 | 110011 |
Color Harmonies of #E42086
Complementary color
Monochromatic Colors of #E42086
Black with #E42086
Text Example
Text Example
White with #E42086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42086; }
p { color: rgb(228,32,134); }
H1.HeaderClassName
{
color: #E42086;
}
.AnyTagClassName
{
color: #E42086;
}
</style>
background-color css
<style>
a { background-color: #E42086; }
a { background-color: rgb(228,32,134); }
div.DivClassName
{
background-color: #E42086;
}
.BgClassName
{
background-color: #E42086;
}
</style>
border-color css
<style>
span { border-color: #E42086; }
span { border-color: rgb(228,32,134); }
td.TdClassName
{
border-color: #E42086;
}
.TagClassName
{
border-color: #E42086;
}
</style>