Shades of Deep Cerise #E12798
Tints of Deep Cerise #E12798
RGB
CMYK
RGB Variations
Color information
#E12798 (or 0xE12798) is known color: Deep Cerise. HEX triplet: E1, 27 and 98. RGB value is (225,39,152). Sum of RGB (Red+Green+Blue) = 225+39+152=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E12798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12798 is #1ED867. Grayscale: #6B6B6B. Windows color (decimal): -2021480 or 9971681. OLE color: 9971681.
HSL color Cylindrical-coordinate representation of color #E12798: hue angle of 323.55º 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 #E12798 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 152 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.12 |
| HSL | 323.55º | 0.76% | 0.52% | - |
| HSV(B) | 323.55º | 0.83% | 0.88% | - |
| XYZ | 37.44 | 19.73 | 31.54 | - |
| YUV | 107.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 152 | 0 | 0.83 | 0.32 | 0.12 | 323.55 | 0.76 | 0.52 |
| Hex | E1 | 27 | 98 | 0 | 53 | 20 | C | 144 | 4C | 34 |
| Octal | 341 | 47 | 230 | 0 | 123 | 40 | 14 | 504 | 114 | 64 |
| Binary | 11100001 | 100111 | 10011000 | 0 | 1010011 | 100000 | 1100 | 101000100 | 1001100 | 110100 |
Color Harmonies of #E12798
Complementary color
Monochromatic Colors of #E12798
Black with #E12798
Text Example
Text Example
White with #E12798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12798; }
p { color: rgb(225,39,152); }
H1.HeaderClassName
{
color: #E12798;
}
.AnyTagClassName
{
color: #E12798;
}
</style>
background-color css
<style>
a { background-color: #E12798; }
a { background-color: rgb(225,39,152); }
div.DivClassName
{
background-color: #E12798;
}
.BgClassName
{
background-color: #E12798;
}
</style>
border-color css
<style>
span { border-color: #E12798; }
span { border-color: rgb(225,39,152); }
td.TdClassName
{
border-color: #E12798;
}
.TagClassName
{
border-color: #E12798;
}
</style>