Shades of Deep Cerise #E12197
Tints of Deep Cerise #E12197
RGB
CMYK
RGB Variations
Color information
#E12197 (or 0xE12197) is known color: Deep Cerise. HEX triplet: E1, 21 and 97. RGB value is (225,33,151). Sum of RGB (Red+Green+Blue) = 225+33+151=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E12197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12197 is #1EDE68. Grayscale: #676767. Windows color (decimal): -2023017 or 9904609. OLE color: 9904609.
HSL color Cylindrical-coordinate representation of color #E12197: hue angle of 323.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12197 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 151 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.12 |
| HSL | 323.13º | 0.76% | 0.51% | - |
| HSV(B) | 323.13º | 0.85% | 0.88% | - |
| XYZ | 37.18 | 19.33 | 31.05 | - |
| YUV | 103.86 | 154.61 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 151 | 0 | 0.85 | 0.33 | 0.12 | 323.13 | 0.76 | 0.51 |
| Hex | E1 | 21 | 97 | 0 | 55 | 21 | C | 143 | 4C | 33 |
| Octal | 341 | 41 | 227 | 0 | 125 | 41 | 14 | 503 | 114 | 63 |
| Binary | 11100001 | 100001 | 10010111 | 0 | 1010101 | 100001 | 1100 | 101000011 | 1001100 | 110011 |
Color Harmonies of #E12197
Complementary color
Monochromatic Colors of #E12197
Black with #E12197
Text Example
Text Example
White with #E12197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12197; }
p { color: rgb(225,33,151); }
H1.HeaderClassName
{
color: #E12197;
}
.AnyTagClassName
{
color: #E12197;
}
</style>
background-color css
<style>
a { background-color: #E12197; }
a { background-color: rgb(225,33,151); }
div.DivClassName
{
background-color: #E12197;
}
.BgClassName
{
background-color: #E12197;
}
</style>
border-color css
<style>
span { border-color: #E12197; }
span { border-color: rgb(225,33,151); }
td.TdClassName
{
border-color: #E12197;
}
.TagClassName
{
border-color: #E12197;
}
</style>