Shades of Deep Cerise #E62D84
Tints of Deep Cerise #E62D84
RGB
CMYK
RGB Variations
Color information
#E62D84 (or 0xE62D84) is known color: Deep Cerise. HEX triplet: E6, 2D and 84. RGB value is (230,45,132). Sum of RGB (Red+Green+Blue) = 230+45+132=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62D84 is #19D27B. Grayscale: #6E6E6E. Windows color (decimal): -1692284 or 8662502. OLE color: 8662502.
HSL color Cylindrical-coordinate representation of color #E62D84: hue angle of 331.78º 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 #E62D84 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 132 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.10 |
| HSL | 331.78º | 0.79% | 0.54% | - |
| HSV(B) | 331.78º | 0.8% | 0.9% | - |
| XYZ | 37.74 | 20.37 | 23.77 | - |
| YUV | 110.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 132 | 0 | 0.80 | 0.43 | 0.10 | 331.78 | 0.79 | 0.54 |
| Hex | E6 | 2D | 84 | 0 | 50 | 2B | A | 14C | 4F | 36 |
| Octal | 346 | 55 | 204 | 0 | 120 | 53 | 12 | 514 | 117 | 66 |
| Binary | 11100110 | 101101 | 10000100 | 0 | 1010000 | 101011 | 1010 | 101001100 | 1001111 | 110110 |
Color Harmonies of #E62D84
Complementary color
Monochromatic Colors of #E62D84
Black with #E62D84
Text Example
Text Example
White with #E62D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D84; }
p { color: rgb(230,45,132); }
H1.HeaderClassName
{
color: #E62D84;
}
.AnyTagClassName
{
color: #E62D84;
}
</style>
background-color css
<style>
a { background-color: #E62D84; }
a { background-color: rgb(230,45,132); }
div.DivClassName
{
background-color: #E62D84;
}
.BgClassName
{
background-color: #E62D84;
}
</style>
border-color css
<style>
span { border-color: #E62D84; }
span { border-color: rgb(230,45,132); }
td.TdClassName
{
border-color: #E62D84;
}
.TagClassName
{
border-color: #E62D84;
}
</style>