Shades of Deep Cerise #E12880
Tints of Deep Cerise #E12880
RGB
CMYK
RGB Variations
Color information
#E12880 (or 0xE12880) is known color: Deep Cerise. HEX triplet: E1, 28 and 80. RGB value is (225,40,128). Sum of RGB (Red+Green+Blue) = 225+40+128=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12880 is #1ED77F. Grayscale: #696969. Windows color (decimal): -2021248 or 8399073. OLE color: 8399073.
HSL color Cylindrical-coordinate representation of color #E12880: hue angle of 331.46º degrees, saturation: 0.76, 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 #E12880 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 128 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.12 |
| HSL | 331.46º | 0.76% | 0.52% | - |
| HSV(B) | 331.46º | 0.82% | 0.88% | - |
| XYZ | 35.71 | 19.08 | 22.22 | - |
| YUV | 105.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 128 | 0 | 0.82 | 0.43 | 0.12 | 331.46 | 0.76 | 0.52 |
| Hex | E1 | 28 | 80 | 0 | 52 | 2B | C | 14B | 4C | 34 |
| Octal | 341 | 50 | 200 | 0 | 122 | 53 | 14 | 513 | 114 | 64 |
| Binary | 11100001 | 101000 | 10000000 | 0 | 1010010 | 101011 | 1100 | 101001011 | 1001100 | 110100 |
Color Harmonies of #E12880
Complementary color
Monochromatic Colors of #E12880
Black with #E12880
Text Example
Text Example
White with #E12880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12880; }
p { color: rgb(225,40,128); }
H1.HeaderClassName
{
color: #E12880;
}
.AnyTagClassName
{
color: #E12880;
}
</style>
background-color css
<style>
a { background-color: #E12880; }
a { background-color: rgb(225,40,128); }
div.DivClassName
{
background-color: #E12880;
}
.BgClassName
{
background-color: #E12880;
}
</style>
border-color css
<style>
span { border-color: #E12880; }
span { border-color: rgb(225,40,128); }
td.TdClassName
{
border-color: #E12880;
}
.TagClassName
{
border-color: #E12880;
}
</style>