Shades of Deep Cerise #E12081
Tints of Deep Cerise #E12081
RGB
CMYK
RGB Variations
Color information
#E12081 (or 0xE12081) is known color: Deep Cerise. HEX triplet: E1, 20 and 81. RGB value is (225,32,129). Sum of RGB (Red+Green+Blue) = 225+32+129=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E12081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12081 is #1EDF7E. Grayscale: #646464. Windows color (decimal): -2023295 or 8462561. OLE color: 8462561.
HSL color Cylindrical-coordinate representation of color #E12081: hue angle of 329.84º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12081 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 129 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.12 |
| HSL | 329.84º | 0.76% | 0.5% | - |
| HSV(B) | 329.84º | 0.86% | 0.88% | - |
| XYZ | 35.53 | 18.63 | 22.49 | - |
| YUV | 100.77 | 143.94 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 129 | 0 | 0.86 | 0.43 | 0.12 | 329.84 | 0.76 | 0.5 |
| Hex | E1 | 20 | 81 | 0 | 56 | 2B | C | 14A | 4C | 32 |
| Octal | 341 | 40 | 201 | 0 | 126 | 53 | 14 | 512 | 114 | 62 |
| Binary | 11100001 | 100000 | 10000001 | 0 | 1010110 | 101011 | 1100 | 101001010 | 1001100 | 110010 |
Color Harmonies of #E12081
Complementary color
Monochromatic Colors of #E12081
Black with #E12081
Text Example
Text Example
White with #E12081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12081; }
p { color: rgb(225,32,129); }
H1.HeaderClassName
{
color: #E12081;
}
.AnyTagClassName
{
color: #E12081;
}
</style>
background-color css
<style>
a { background-color: #E12081; }
a { background-color: rgb(225,32,129); }
div.DivClassName
{
background-color: #E12081;
}
.BgClassName
{
background-color: #E12081;
}
</style>
border-color css
<style>
span { border-color: #E12081; }
span { border-color: rgb(225,32,129); }
td.TdClassName
{
border-color: #E12081;
}
.TagClassName
{
border-color: #E12081;
}
</style>