Shades of Deep Cerise #E62080
Tints of Deep Cerise #E62080
RGB
CMYK
RGB Variations
Color information
#E62080 (or 0xE62080) is known color: Deep Cerise. HEX triplet: E6, 20 and 80. RGB value is (230,32,128). Sum of RGB (Red+Green+Blue) = 230+32+128=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E62080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62080 is #19DF7F. Grayscale: #656565. Windows color (decimal): -1695616 or 8397030. OLE color: 8397030.
HSL color Cylindrical-coordinate representation of color #E62080: hue angle of 330.91º 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 #E62080 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 128 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.10 |
| HSL | 330.91º | 0.8% | 0.51% | - |
| HSV(B) | 330.91º | 0.86% | 0.9% | - |
| XYZ | 37.05 | 19.41 | 22.22 | - |
| YUV | 102.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 128 | 0 | 0.86 | 0.44 | 0.10 | 330.91 | 0.8 | 0.51 |
| Hex | E6 | 20 | 80 | 0 | 56 | 2C | A | 14B | 50 | 33 |
| Octal | 346 | 40 | 200 | 0 | 126 | 54 | 12 | 513 | 120 | 63 |
| Binary | 11100110 | 100000 | 10000000 | 0 | 1010110 | 101100 | 1010 | 101001011 | 1010000 | 110011 |
Color Harmonies of #E62080
Complementary color
Monochromatic Colors of #E62080
Black with #E62080
Text Example
Text Example
White with #E62080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62080; }
p { color: rgb(230,32,128); }
H1.HeaderClassName
{
color: #E62080;
}
.AnyTagClassName
{
color: #E62080;
}
</style>
background-color css
<style>
a { background-color: #E62080; }
a { background-color: rgb(230,32,128); }
div.DivClassName
{
background-color: #E62080;
}
.BgClassName
{
background-color: #E62080;
}
</style>
border-color css
<style>
span { border-color: #E62080; }
span { border-color: rgb(230,32,128); }
td.TdClassName
{
border-color: #E62080;
}
.TagClassName
{
border-color: #E62080;
}
</style>