Shades of Deep Cerise #E12384
Tints of Deep Cerise #E12384
RGB
CMYK
RGB Variations
Color information
#E12384 (or 0xE12384) is known color: Deep Cerise. HEX triplet: E1, 23 and 84. RGB value is (225,35,132). Sum of RGB (Red+Green+Blue) = 225+35+132=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12384 is #1EDC7B. Grayscale: #666666. Windows color (decimal): -2022524 or 8659937. OLE color: 8659937.
HSL color Cylindrical-coordinate representation of color #E12384: hue angle of 329.37º 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 #E12384 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 132 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.12 |
| HSL | 329.37º | 0.76% | 0.51% | - |
| HSV(B) | 329.37º | 0.84% | 0.88% | - |
| XYZ | 35.82 | 18.88 | 23.59 | - |
| YUV | 102.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 132 | 0 | 0.84 | 0.41 | 0.12 | 329.37 | 0.76 | 0.51 |
| Hex | E1 | 23 | 84 | 0 | 54 | 29 | C | 149 | 4C | 33 |
| Octal | 341 | 43 | 204 | 0 | 124 | 51 | 14 | 511 | 114 | 63 |
| Binary | 11100001 | 100011 | 10000100 | 0 | 1010100 | 101001 | 1100 | 101001001 | 1001100 | 110011 |
Color Harmonies of #E12384
Complementary color
Monochromatic Colors of #E12384
Black with #E12384
Text Example
Text Example
White with #E12384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12384; }
p { color: rgb(225,35,132); }
H1.HeaderClassName
{
color: #E12384;
}
.AnyTagClassName
{
color: #E12384;
}
</style>
background-color css
<style>
a { background-color: #E12384; }
a { background-color: rgb(225,35,132); }
div.DivClassName
{
background-color: #E12384;
}
.BgClassName
{
background-color: #E12384;
}
</style>
border-color css
<style>
span { border-color: #E12384; }
span { border-color: rgb(225,35,132); }
td.TdClassName
{
border-color: #E12384;
}
.TagClassName
{
border-color: #E12384;
}
</style>