Shades of Deep Cerise #E62D81
Tints of Deep Cerise #E62D81
RGB
CMYK
RGB Variations
Color information
#E62D81 (or 0xE62D81) is known color: Deep Cerise. HEX triplet: E6, 2D and 81. RGB value is (230,45,129). Sum of RGB (Red+Green+Blue) = 230+45+129=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62D81 is #19D27E. Grayscale: #6D6D6D. Windows color (decimal): -1692287 or 8465894. OLE color: 8465894.
HSL color Cylindrical-coordinate representation of color #E62D81: hue angle of 332.76º 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 #E62D81 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 129 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.10 |
| HSL | 332.76º | 0.79% | 0.54% | - |
| HSV(B) | 332.76º | 0.8% | 0.9% | - |
| XYZ | 37.53 | 20.28 | 22.71 | - |
| YUV | 109.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 129 | 0 | 0.80 | 0.44 | 0.10 | 332.76 | 0.79 | 0.54 |
| Hex | E6 | 2D | 81 | 0 | 50 | 2C | A | 14D | 4F | 36 |
| Octal | 346 | 55 | 201 | 0 | 120 | 54 | 12 | 515 | 117 | 66 |
| Binary | 11100110 | 101101 | 10000001 | 0 | 1010000 | 101100 | 1010 | 101001101 | 1001111 | 110110 |
Color Harmonies of #E62D81
Complementary color
Monochromatic Colors of #E62D81
Black with #E62D81
Text Example
Text Example
White with #E62D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D81; }
p { color: rgb(230,45,129); }
H1.HeaderClassName
{
color: #E62D81;
}
.AnyTagClassName
{
color: #E62D81;
}
</style>
background-color css
<style>
a { background-color: #E62D81; }
a { background-color: rgb(230,45,129); }
div.DivClassName
{
background-color: #E62D81;
}
.BgClassName
{
background-color: #E62D81;
}
</style>
border-color css
<style>
span { border-color: #E62D81; }
span { border-color: rgb(230,45,129); }
td.TdClassName
{
border-color: #E62D81;
}
.TagClassName
{
border-color: #E62D81;
}
</style>