Shades of Deep Cerise #E62D80
Tints of Deep Cerise #E62D80
RGB
CMYK
RGB Variations
Color information
#E62D80 (or 0xE62D80) is known color: Deep Cerise. HEX triplet: E6, 2D and 80. RGB value is (230,45,128). Sum of RGB (Red+Green+Blue) = 230+45+128=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62D80 is #19D27F. Grayscale: #6D6D6D. Windows color (decimal): -1692288 or 8400358. OLE color: 8400358.
HSL color Cylindrical-coordinate representation of color #E62D80: hue angle of 333.08º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62D80 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 128 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.10 |
| HSL | 333.08º | 0.79% | 0.54% | - |
| HSV(B) | 333.08º | 0.8% | 0.9% | - |
| XYZ | 37.47 | 20.26 | 22.36 | - |
| YUV | 109.78 | 138.29 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 128 | 0 | 0.80 | 0.44 | 0.10 | 333.08 | 0.79 | 0.54 |
| Hex | E6 | 2D | 80 | 0 | 50 | 2C | A | 14D | 4F | 36 |
| Octal | 346 | 55 | 200 | 0 | 120 | 54 | 12 | 515 | 117 | 66 |
| Binary | 11100110 | 101101 | 10000000 | 0 | 1010000 | 101100 | 1010 | 101001101 | 1001111 | 110110 |
Color Harmonies of #E62D80
Complementary color
Monochromatic Colors of #E62D80
Black with #E62D80
Text Example
Text Example
White with #E62D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D80; }
p { color: rgb(230,45,128); }
H1.HeaderClassName
{
color: #E62D80;
}
.AnyTagClassName
{
color: #E62D80;
}
</style>
background-color css
<style>
a { background-color: #E62D80; }
a { background-color: rgb(230,45,128); }
div.DivClassName
{
background-color: #E62D80;
}
.BgClassName
{
background-color: #E62D80;
}
</style>
border-color css
<style>
span { border-color: #E62D80; }
span { border-color: rgb(230,45,128); }
td.TdClassName
{
border-color: #E62D80;
}
.TagClassName
{
border-color: #E62D80;
}
</style>