Shades of Deep Cerise #E2198D
Tints of Deep Cerise #E2198D
RGB
CMYK
RGB Variations
Color information
#E2198D (or 0xE2198D) is known color: Deep Cerise. HEX triplet: E2, 19 and 8D. RGB value is (226,25,141). Sum of RGB (Red+Green+Blue) = 226+25+141=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E2198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2198D is #1DE672. Grayscale: #626262. Windows color (decimal): -1959539 or 9247202. OLE color: 9247202.
HSL color Cylindrical-coordinate representation of color #E2198D: hue angle of 325.37º 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 #E2198D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 141 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.11 |
| HSL | 325.37º | 0.8% | 0.49% | - |
| HSV(B) | 325.37º | 0.89% | 0.89% | - |
| XYZ | 36.52 | 18.79 | 26.9 | - |
| YUV | 98.32 | 152.09 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 141 | 0 | 0.89 | 0.38 | 0.11 | 325.37 | 0.8 | 0.49 |
| Hex | E2 | 19 | 8D | 0 | 59 | 26 | B | 145 | 50 | 31 |
| Octal | 342 | 31 | 215 | 0 | 131 | 46 | 13 | 505 | 120 | 61 |
| Binary | 11100010 | 11001 | 10001101 | 0 | 1011001 | 100110 | 1011 | 101000101 | 1010000 | 110001 |
Color Harmonies of #E2198D
Complementary color
Monochromatic Colors of #E2198D
Black with #E2198D
Text Example
Text Example
White with #E2198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2198D; }
p { color: rgb(226,25,141); }
H1.HeaderClassName
{
color: #E2198D;
}
.AnyTagClassName
{
color: #E2198D;
}
</style>
background-color css
<style>
a { background-color: #E2198D; }
a { background-color: rgb(226,25,141); }
div.DivClassName
{
background-color: #E2198D;
}
.BgClassName
{
background-color: #E2198D;
}
</style>
border-color css
<style>
span { border-color: #E2198D; }
span { border-color: rgb(226,25,141); }
td.TdClassName
{
border-color: #E2198D;
}
.TagClassName
{
border-color: #E2198D;
}
</style>