Shades of Deep Cerise #E12699
Tints of Deep Cerise #E12699
RGB
CMYK
RGB Variations
Color information
#E12699 (or 0xE12699) is known color: Deep Cerise. HEX triplet: E1, 26 and 99. RGB value is (225,38,153). Sum of RGB (Red+Green+Blue) = 225+38+153=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E12699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12699 is #1ED966. Grayscale: #6A6A6A. Windows color (decimal): -2021735 or 10036961. OLE color: 10036961.
HSL color Cylindrical-coordinate representation of color #E12699: hue angle of 323.1º 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 #E12699 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 153 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.12 |
| HSL | 323.1º | 0.76% | 0.52% | - |
| HSV(B) | 323.1º | 0.83% | 0.88% | - |
| XYZ | 37.49 | 19.69 | 31.96 | - |
| YUV | 107.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 153 | 0 | 0.83 | 0.32 | 0.12 | 323.1 | 0.76 | 0.52 |
| Hex | E1 | 26 | 99 | 0 | 53 | 20 | C | 143 | 4C | 34 |
| Octal | 341 | 46 | 231 | 0 | 123 | 40 | 14 | 503 | 114 | 64 |
| Binary | 11100001 | 100110 | 10011001 | 0 | 1010011 | 100000 | 1100 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E12699
Complementary color
Monochromatic Colors of #E12699
Black with #E12699
Text Example
Text Example
White with #E12699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12699; }
p { color: rgb(225,38,153); }
H1.HeaderClassName
{
color: #E12699;
}
.AnyTagClassName
{
color: #E12699;
}
</style>
background-color css
<style>
a { background-color: #E12699; }
a { background-color: rgb(225,38,153); }
div.DivClassName
{
background-color: #E12699;
}
.BgClassName
{
background-color: #E12699;
}
</style>
border-color css
<style>
span { border-color: #E12699; }
span { border-color: rgb(225,38,153); }
td.TdClassName
{
border-color: #E12699;
}
.TagClassName
{
border-color: #E12699;
}
</style>