Shades of Deep Cerise #E62882
Tints of Deep Cerise #E62882
RGB
CMYK
RGB Variations
Color information
#E62882 (or 0xE62882) is known color: Deep Cerise. HEX triplet: E6, 28 and 82. RGB value is (230,40,130). Sum of RGB (Red+Green+Blue) = 230+40+130=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E62882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62882 is #19D77D. Grayscale: #6A6A6A. Windows color (decimal): -1693566 or 8530150. OLE color: 8530150.
HSL color Cylindrical-coordinate representation of color #E62882: hue angle of 331.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62882 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 130 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.10 |
| HSL | 331.58º | 0.79% | 0.53% | - |
| HSV(B) | 331.58º | 0.83% | 0.9% | - |
| XYZ | 37.42 | 19.95 | 23 | - |
| YUV | 107.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 130 | 0 | 0.83 | 0.43 | 0.10 | 331.58 | 0.79 | 0.53 |
| Hex | E6 | 28 | 82 | 0 | 53 | 2B | A | 14C | 4F | 35 |
| Octal | 346 | 50 | 202 | 0 | 123 | 53 | 12 | 514 | 117 | 65 |
| Binary | 11100110 | 101000 | 10000010 | 0 | 1010011 | 101011 | 1010 | 101001100 | 1001111 | 110101 |
Color Harmonies of #E62882
Complementary color
Monochromatic Colors of #E62882
Black with #E62882
Text Example
Text Example
White with #E62882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62882; }
p { color: rgb(230,40,130); }
H1.HeaderClassName
{
color: #E62882;
}
.AnyTagClassName
{
color: #E62882;
}
</style>
background-color css
<style>
a { background-color: #E62882; }
a { background-color: rgb(230,40,130); }
div.DivClassName
{
background-color: #E62882;
}
.BgClassName
{
background-color: #E62882;
}
</style>
border-color css
<style>
span { border-color: #E62882; }
span { border-color: rgb(230,40,130); }
td.TdClassName
{
border-color: #E62882;
}
.TagClassName
{
border-color: #E62882;
}
</style>