Shades of Deep Cerise #E12484
Tints of Deep Cerise #E12484
RGB
CMYK
RGB Variations
Color information
#E12484 (or 0xE12484) is known color: Deep Cerise. HEX triplet: E1, 24 and 84. RGB value is (225,36,132). Sum of RGB (Red+Green+Blue) = 225+36+132=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12484 is #1EDB7B. Grayscale: #676767. Windows color (decimal): -2022268 or 8660193. OLE color: 8660193.
HSL color Cylindrical-coordinate representation of color #E12484: hue angle of 329.52º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12484 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 132 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.12 |
| HSL | 329.52º | 0.76% | 0.51% | - |
| HSV(B) | 329.52º | 0.84% | 0.88% | - |
| XYZ | 35.85 | 18.94 | 23.6 | - |
| YUV | 103.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 132 | 0 | 0.84 | 0.41 | 0.12 | 329.52 | 0.76 | 0.51 |
| Hex | E1 | 24 | 84 | 0 | 54 | 29 | C | 14A | 4C | 33 |
| Octal | 341 | 44 | 204 | 0 | 124 | 51 | 14 | 512 | 114 | 63 |
| Binary | 11100001 | 100100 | 10000100 | 0 | 1010100 | 101001 | 1100 | 101001010 | 1001100 | 110011 |
Color Harmonies of #E12484
Complementary color
Monochromatic Colors of #E12484
Black with #E12484
Text Example
Text Example
White with #E12484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12484; }
p { color: rgb(225,36,132); }
H1.HeaderClassName
{
color: #E12484;
}
.AnyTagClassName
{
color: #E12484;
}
</style>
background-color css
<style>
a { background-color: #E12484; }
a { background-color: rgb(225,36,132); }
div.DivClassName
{
background-color: #E12484;
}
.BgClassName
{
background-color: #E12484;
}
</style>
border-color css
<style>
span { border-color: #E12484; }
span { border-color: rgb(225,36,132); }
td.TdClassName
{
border-color: #E12484;
}
.TagClassName
{
border-color: #E12484;
}
</style>