Shades of Deep Cerise #E12981
Tints of Deep Cerise #E12981
RGB
CMYK
RGB Variations
Color information
#E12981 (or 0xE12981) is known color: Deep Cerise. HEX triplet: E1, 29 and 81. RGB value is (225,41,129). Sum of RGB (Red+Green+Blue) = 225+41+129=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E12981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12981 is #1ED67E. Grayscale: #696969. Windows color (decimal): -2020991 or 8464865. OLE color: 8464865.
HSL color Cylindrical-coordinate representation of color #E12981: hue angle of 331.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12981 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 129 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.12 |
| HSL | 331.3º | 0.75% | 0.52% | - |
| HSV(B) | 331.3º | 0.82% | 0.88% | - |
| XYZ | 35.81 | 19.18 | 22.58 | - |
| YUV | 106.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 129 | 0 | 0.82 | 0.43 | 0.12 | 331.3 | 0.75 | 0.52 |
| Hex | E1 | 29 | 81 | 0 | 52 | 2B | C | 14B | 4B | 34 |
| Octal | 341 | 51 | 201 | 0 | 122 | 53 | 14 | 513 | 113 | 64 |
| Binary | 11100001 | 101001 | 10000001 | 0 | 1010010 | 101011 | 1100 | 101001011 | 1001011 | 110100 |
Color Harmonies of #E12981
Complementary color
Monochromatic Colors of #E12981
Black with #E12981
Text Example
Text Example
White with #E12981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12981; }
p { color: rgb(225,41,129); }
H1.HeaderClassName
{
color: #E12981;
}
.AnyTagClassName
{
color: #E12981;
}
</style>
background-color css
<style>
a { background-color: #E12981; }
a { background-color: rgb(225,41,129); }
div.DivClassName
{
background-color: #E12981;
}
.BgClassName
{
background-color: #E12981;
}
</style>
border-color css
<style>
span { border-color: #E12981; }
span { border-color: rgb(225,41,129); }
td.TdClassName
{
border-color: #E12981;
}
.TagClassName
{
border-color: #E12981;
}
</style>