Shades of Deep Cerise #E12686
Tints of Deep Cerise #E12686
RGB
CMYK
RGB Variations
Color information
#E12686 (or 0xE12686) is known color: Deep Cerise. HEX triplet: E1, 26 and 86. RGB value is (225,38,134). Sum of RGB (Red+Green+Blue) = 225+38+134=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E12686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12686 is #1ED979. Grayscale: #686868. Windows color (decimal): -2021754 or 8791777. OLE color: 8791777.
HSL color Cylindrical-coordinate representation of color #E12686: hue angle of 329.2º 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 #E12686 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 134 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.12 |
| HSL | 329.2º | 0.76% | 0.52% | - |
| HSV(B) | 329.2º | 0.83% | 0.88% | - |
| XYZ | 36.05 | 19.12 | 24.34 | - |
| YUV | 104.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 134 | 0 | 0.83 | 0.40 | 0.12 | 329.2 | 0.76 | 0.52 |
| Hex | E1 | 26 | 86 | 0 | 53 | 28 | C | 149 | 4C | 34 |
| Octal | 341 | 46 | 206 | 0 | 123 | 50 | 14 | 511 | 114 | 64 |
| Binary | 11100001 | 100110 | 10000110 | 0 | 1010011 | 101000 | 1100 | 101001001 | 1001100 | 110100 |
Color Harmonies of #E12686
Complementary color
Monochromatic Colors of #E12686
Black with #E12686
Text Example
Text Example
White with #E12686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12686; }
p { color: rgb(225,38,134); }
H1.HeaderClassName
{
color: #E12686;
}
.AnyTagClassName
{
color: #E12686;
}
</style>
background-color css
<style>
a { background-color: #E12686; }
a { background-color: rgb(225,38,134); }
div.DivClassName
{
background-color: #E12686;
}
.BgClassName
{
background-color: #E12686;
}
</style>
border-color css
<style>
span { border-color: #E12686; }
span { border-color: rgb(225,38,134); }
td.TdClassName
{
border-color: #E12686;
}
.TagClassName
{
border-color: #E12686;
}
</style>