Shades of Deep Cerise #E31882
Tints of Deep Cerise #E31882
RGB
CMYK
RGB Variations
Color information
#E31882 (or 0xE31882) is known color: Deep Cerise. HEX triplet: E3, 18 and 82. RGB value is (227,24,130). Sum of RGB (Red+Green+Blue) = 227+24+130=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E31882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31882 is #1CE77D. Grayscale: #606060. Windows color (decimal): -1894270 or 8526051. OLE color: 8526051.
HSL color Cylindrical-coordinate representation of color #E31882: hue angle of 328.67º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31882 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 130 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.11 |
| HSL | 328.67º | 0.81% | 0.49% | - |
| HSV(B) | 328.67º | 0.89% | 0.89% | - |
| XYZ | 36.03 | 18.6 | 22.81 | - |
| YUV | 96.78 | 146.75 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 130 | 0 | 0.89 | 0.43 | 0.11 | 328.67 | 0.81 | 0.49 |
| Hex | E3 | 18 | 82 | 0 | 59 | 2B | B | 149 | 51 | 31 |
| Octal | 343 | 30 | 202 | 0 | 131 | 53 | 13 | 511 | 121 | 61 |
| Binary | 11100011 | 11000 | 10000010 | 0 | 1011001 | 101011 | 1011 | 101001001 | 1010001 | 110001 |
Color Harmonies of #E31882
Complementary color
Monochromatic Colors of #E31882
Black with #E31882
Text Example
Text Example
White with #E31882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31882; }
p { color: rgb(227,24,130); }
H1.HeaderClassName
{
color: #E31882;
}
.AnyTagClassName
{
color: #E31882;
}
</style>
background-color css
<style>
a { background-color: #E31882; }
a { background-color: rgb(227,24,130); }
div.DivClassName
{
background-color: #E31882;
}
.BgClassName
{
background-color: #E31882;
}
</style>
border-color css
<style>
span { border-color: #E31882; }
span { border-color: rgb(227,24,130); }
td.TdClassName
{
border-color: #E31882;
}
.TagClassName
{
border-color: #E31882;
}
</style>