Shades of Deep Cerise #E62D83
Tints of Deep Cerise #E62D83
RGB
CMYK
RGB Variations
Color information
#E62D83 (or 0xE62D83) is known color: Deep Cerise. HEX triplet: E6, 2D and 83. RGB value is (230,45,131). Sum of RGB (Red+Green+Blue) = 230+45+131=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62D83 is #19D27C. Grayscale: #6D6D6D. Windows color (decimal): -1692285 or 8596966. OLE color: 8596966.
HSL color Cylindrical-coordinate representation of color #E62D83: hue angle of 332.11º 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 #E62D83 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 131 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.10 |
| HSL | 332.11º | 0.79% | 0.54% | - |
| HSV(B) | 332.11º | 0.8% | 0.9% | - |
| XYZ | 37.67 | 20.34 | 23.41 | - |
| YUV | 110.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 131 | 0 | 0.80 | 0.43 | 0.10 | 332.11 | 0.79 | 0.54 |
| Hex | E6 | 2D | 83 | 0 | 50 | 2B | A | 14C | 4F | 36 |
| Octal | 346 | 55 | 203 | 0 | 120 | 53 | 12 | 514 | 117 | 66 |
| Binary | 11100110 | 101101 | 10000011 | 0 | 1010000 | 101011 | 1010 | 101001100 | 1001111 | 110110 |
Color Harmonies of #E62D83
Complementary color
Monochromatic Colors of #E62D83
Black with #E62D83
Text Example
Text Example
White with #E62D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D83; }
p { color: rgb(230,45,131); }
H1.HeaderClassName
{
color: #E62D83;
}
.AnyTagClassName
{
color: #E62D83;
}
</style>
background-color css
<style>
a { background-color: #E62D83; }
a { background-color: rgb(230,45,131); }
div.DivClassName
{
background-color: #E62D83;
}
.BgClassName
{
background-color: #E62D83;
}
</style>
border-color css
<style>
span { border-color: #E62D83; }
span { border-color: rgb(230,45,131); }
td.TdClassName
{
border-color: #E62D83;
}
.TagClassName
{
border-color: #E62D83;
}
</style>