Shades of Deep Cerise #E62E90
Tints of Deep Cerise #E62E90
RGB
CMYK
RGB Variations
Color information
#E62E90 (or 0xE62E90) is known color: Deep Cerise. HEX triplet: E6, 2E and 90. RGB value is (230,46,144). Sum of RGB (Red+Green+Blue) = 230+46+144=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62E90 is #19D16F. Grayscale: #6F6F6F. Windows color (decimal): -1692016 or 9449190. OLE color: 9449190.
HSL color Cylindrical-coordinate representation of color #E62E90: hue angle of 328.04º 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 #E62E90 is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 144 | - |
| CMYK | 0 | 0.8 | 0.37 | 0.10 |
| HSL | 328.04º | 0.79% | 0.54% | - |
| HSV(B) | 328.04º | 0.8% | 0.9% | - |
| XYZ | 38.64 | 20.79 | 28.36 | - |
| YUV | 112.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 144 | 0 | 0.8 | 0.37 | 0.10 | 328.04 | 0.79 | 0.54 |
| Hex | E6 | 2E | 90 | 0 | 50 | 25 | A | 148 | 4F | 36 |
| Octal | 346 | 56 | 220 | 0 | 120 | 45 | 12 | 510 | 117 | 66 |
| Binary | 11100110 | 101110 | 10010000 | 0 | 1010000 | 100101 | 1010 | 101001000 | 1001111 | 110110 |
Color Harmonies of #E62E90
Complementary color
Monochromatic Colors of #E62E90
Black with #E62E90
Text Example
Text Example
White with #E62E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E90; }
p { color: rgb(230,46,144); }
H1.HeaderClassName
{
color: #E62E90;
}
.AnyTagClassName
{
color: #E62E90;
}
</style>
background-color css
<style>
a { background-color: #E62E90; }
a { background-color: rgb(230,46,144); }
div.DivClassName
{
background-color: #E62E90;
}
.BgClassName
{
background-color: #E62E90;
}
</style>
border-color css
<style>
span { border-color: #E62E90; }
span { border-color: rgb(230,46,144); }
td.TdClassName
{
border-color: #E62E90;
}
.TagClassName
{
border-color: #E62E90;
}
</style>