Shades of Deep Cerise #E2198C
Tints of Deep Cerise #E2198C
RGB
CMYK
RGB Variations
Color information
#E2198C (or 0xE2198C) is known color: Deep Cerise. HEX triplet: E2, 19 and 8C. RGB value is (226,25,140). Sum of RGB (Red+Green+Blue) = 226+25+140=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2198C is #1DE673. Grayscale: #616161. Windows color (decimal): -1959540 or 9181666. OLE color: 9181666.
HSL color Cylindrical-coordinate representation of color #E2198C: hue angle of 325.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2198C is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 140 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.11 |
| HSL | 325.67º | 0.8% | 0.49% | - |
| HSV(B) | 325.67º | 0.89% | 0.89% | - |
| XYZ | 36.45 | 18.76 | 26.51 | - |
| YUV | 98.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 140 | 0 | 0.89 | 0.38 | 0.11 | 325.67 | 0.8 | 0.49 |
| Hex | E2 | 19 | 8C | 0 | 59 | 26 | B | 146 | 50 | 31 |
| Octal | 342 | 31 | 214 | 0 | 131 | 46 | 13 | 506 | 120 | 61 |
| Binary | 11100010 | 11001 | 10001100 | 0 | 1011001 | 100110 | 1011 | 101000110 | 1010000 | 110001 |
Color Harmonies of #E2198C
Complementary color
Monochromatic Colors of #E2198C
Black with #E2198C
Text Example
Text Example
White with #E2198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2198C; }
p { color: rgb(226,25,140); }
H1.HeaderClassName
{
color: #E2198C;
}
.AnyTagClassName
{
color: #E2198C;
}
</style>
background-color css
<style>
a { background-color: #E2198C; }
a { background-color: rgb(226,25,140); }
div.DivClassName
{
background-color: #E2198C;
}
.BgClassName
{
background-color: #E2198C;
}
</style>
border-color css
<style>
span { border-color: #E2198C; }
span { border-color: rgb(226,25,140); }
td.TdClassName
{
border-color: #E2198C;
}
.TagClassName
{
border-color: #E2198C;
}
</style>