Shades of Deep Cerise #E12781
Tints of Deep Cerise #E12781
RGB
CMYK
RGB Variations
Color information
#E12781 (or 0xE12781) is known color: Deep Cerise. HEX triplet: E1, 27 and 81. RGB value is (225,39,129). Sum of RGB (Red+Green+Blue) = 225+39+129=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12781 is #1ED87E. Grayscale: #686868. Windows color (decimal): -2021503 or 8464353. OLE color: 8464353.
HSL color Cylindrical-coordinate representation of color #E12781: hue angle of 330.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12781 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 129 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.12 |
| HSL | 330.97º | 0.76% | 0.52% | - |
| HSV(B) | 330.97º | 0.83% | 0.88% | - |
| XYZ | 35.74 | 19.04 | 22.56 | - |
| YUV | 104.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 129 | 0 | 0.83 | 0.43 | 0.12 | 330.97 | 0.76 | 0.52 |
| Hex | E1 | 27 | 81 | 0 | 53 | 2B | C | 14B | 4C | 34 |
| Octal | 341 | 47 | 201 | 0 | 123 | 53 | 14 | 513 | 114 | 64 |
| Binary | 11100001 | 100111 | 10000001 | 0 | 1010011 | 101011 | 1100 | 101001011 | 1001100 | 110100 |
Color Harmonies of #E12781
Complementary color
Monochromatic Colors of #E12781
Black with #E12781
Text Example
Text Example
White with #E12781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12781; }
p { color: rgb(225,39,129); }
H1.HeaderClassName
{
color: #E12781;
}
.AnyTagClassName
{
color: #E12781;
}
</style>
background-color css
<style>
a { background-color: #E12781; }
a { background-color: rgb(225,39,129); }
div.DivClassName
{
background-color: #E12781;
}
.BgClassName
{
background-color: #E12781;
}
</style>
border-color css
<style>
span { border-color: #E12781; }
span { border-color: rgb(225,39,129); }
td.TdClassName
{
border-color: #E12781;
}
.TagClassName
{
border-color: #E12781;
}
</style>