Shades of Deep Cerise #E2198A
Tints of Deep Cerise #E2198A
RGB
CMYK
RGB Variations
Color information
#E2198A (or 0xE2198A) is known color: Deep Cerise. HEX triplet: E2, 19 and 8A. RGB value is (226,25,138). Sum of RGB (Red+Green+Blue) = 226+25+138=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2198A is #1DE675. Grayscale: #616161. Windows color (decimal): -1959542 or 9050594. OLE color: 9050594.
HSL color Cylindrical-coordinate representation of color #E2198A: hue angle of 326.27º 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 #E2198A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.11 |
| HSL | 326.27º | 0.8% | 0.49% | - |
| HSV(B) | 326.27º | 0.89% | 0.89% | - |
| XYZ | 36.3 | 18.7 | 25.74 | - |
| YUV | 97.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 138 | 0 | 0.89 | 0.39 | 0.11 | 326.27 | 0.8 | 0.49 |
| Hex | E2 | 19 | 8A | 0 | 59 | 27 | B | 146 | 50 | 31 |
| Octal | 342 | 31 | 212 | 0 | 131 | 47 | 13 | 506 | 120 | 61 |
| Binary | 11100010 | 11001 | 10001010 | 0 | 1011001 | 100111 | 1011 | 101000110 | 1010000 | 110001 |
Color Harmonies of #E2198A
Complementary color
Monochromatic Colors of #E2198A
Black with #E2198A
Text Example
Text Example
White with #E2198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2198A; }
p { color: rgb(226,25,138); }
H1.HeaderClassName
{
color: #E2198A;
}
.AnyTagClassName
{
color: #E2198A;
}
</style>
background-color css
<style>
a { background-color: #E2198A; }
a { background-color: rgb(226,25,138); }
div.DivClassName
{
background-color: #E2198A;
}
.BgClassName
{
background-color: #E2198A;
}
</style>
border-color css
<style>
span { border-color: #E2198A; }
span { border-color: rgb(226,25,138); }
td.TdClassName
{
border-color: #E2198A;
}
.TagClassName
{
border-color: #E2198A;
}
</style>