Shades of Deep Cerise #E12184
Tints of Deep Cerise #E12184
RGB
CMYK
RGB Variations
Color information
#E12184 (or 0xE12184) is known color: Deep Cerise. HEX triplet: E1, 21 and 84. RGB value is (225,33,132). Sum of RGB (Red+Green+Blue) = 225+33+132=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E12184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12184 is #1EDE7B. Grayscale: #656565. Windows color (decimal): -2023036 or 8659425. OLE color: 8659425.
HSL color Cylindrical-coordinate representation of color #E12184: hue angle of 329.06º 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 #E12184 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 132 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.12 |
| HSL | 329.06º | 0.76% | 0.51% | - |
| HSV(B) | 329.06º | 0.85% | 0.88% | - |
| XYZ | 35.76 | 18.76 | 23.57 | - |
| YUV | 101.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 132 | 0 | 0.85 | 0.41 | 0.12 | 329.06 | 0.76 | 0.51 |
| Hex | E1 | 21 | 84 | 0 | 55 | 29 | C | 149 | 4C | 33 |
| Octal | 341 | 41 | 204 | 0 | 125 | 51 | 14 | 511 | 114 | 63 |
| Binary | 11100001 | 100001 | 10000100 | 0 | 1010101 | 101001 | 1100 | 101001001 | 1001100 | 110011 |
Color Harmonies of #E12184
Complementary color
Monochromatic Colors of #E12184
Black with #E12184
Text Example
Text Example
White with #E12184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12184; }
p { color: rgb(225,33,132); }
H1.HeaderClassName
{
color: #E12184;
}
.AnyTagClassName
{
color: #E12184;
}
</style>
background-color css
<style>
a { background-color: #E12184; }
a { background-color: rgb(225,33,132); }
div.DivClassName
{
background-color: #E12184;
}
.BgClassName
{
background-color: #E12184;
}
</style>
border-color css
<style>
span { border-color: #E12184; }
span { border-color: rgb(225,33,132); }
td.TdClassName
{
border-color: #E12184;
}
.TagClassName
{
border-color: #E12184;
}
</style>