Shades of Deep Cerise #E12282
Tints of Deep Cerise #E12282
RGB
CMYK
RGB Variations
Color information
#E12282 (or 0xE12282) is known color: Deep Cerise. HEX triplet: E1, 22 and 82. RGB value is (225,34,130). Sum of RGB (Red+Green+Blue) = 225+34+130=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E12282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12282 is #1EDD7D. Grayscale: #656565. Windows color (decimal): -2022782 or 8528609. OLE color: 8528609.
HSL color Cylindrical-coordinate representation of color #E12282: hue angle of 329.84º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12282 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 130 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.12 |
| HSL | 329.84º | 0.76% | 0.51% | - |
| HSV(B) | 329.84º | 0.85% | 0.88% | - |
| XYZ | 35.65 | 18.76 | 22.86 | - |
| YUV | 102.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 130 | 0 | 0.85 | 0.42 | 0.12 | 329.84 | 0.76 | 0.51 |
| Hex | E1 | 22 | 82 | 0 | 55 | 2A | C | 14A | 4C | 33 |
| Octal | 341 | 42 | 202 | 0 | 125 | 52 | 14 | 512 | 114 | 63 |
| Binary | 11100001 | 100010 | 10000010 | 0 | 1010101 | 101010 | 1100 | 101001010 | 1001100 | 110011 |
Color Harmonies of #E12282
Complementary color
Monochromatic Colors of #E12282
Black with #E12282
Text Example
Text Example
White with #E12282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12282; }
p { color: rgb(225,34,130); }
H1.HeaderClassName
{
color: #E12282;
}
.AnyTagClassName
{
color: #E12282;
}
</style>
background-color css
<style>
a { background-color: #E12282; }
a { background-color: rgb(225,34,130); }
div.DivClassName
{
background-color: #E12282;
}
.BgClassName
{
background-color: #E12282;
}
</style>
border-color css
<style>
span { border-color: #E12282; }
span { border-color: rgb(225,34,130); }
td.TdClassName
{
border-color: #E12282;
}
.TagClassName
{
border-color: #E12282;
}
</style>