Shades of Deep Cerise #E2198B
Tints of Deep Cerise #E2198B
RGB
CMYK
RGB Variations
Color information
#E2198B (or 0xE2198B) is known color: Deep Cerise. HEX triplet: E2, 19 and 8B. RGB value is (226,25,139). Sum of RGB (Red+Green+Blue) = 226+25+139=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2198B is #1DE674. Grayscale: #616161. Windows color (decimal): -1959541 or 9116130. OLE color: 9116130.
HSL color Cylindrical-coordinate representation of color #E2198B: hue angle of 325.97º 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 #E2198B is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.11 |
| HSL | 325.97º | 0.8% | 0.49% | - |
| HSV(B) | 325.97º | 0.89% | 0.89% | - |
| XYZ | 36.37 | 18.73 | 26.12 | - |
| YUV | 98.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 139 | 0 | 0.89 | 0.38 | 0.11 | 325.97 | 0.8 | 0.49 |
| Hex | E2 | 19 | 8B | 0 | 59 | 26 | B | 146 | 50 | 31 |
| Octal | 342 | 31 | 213 | 0 | 131 | 46 | 13 | 506 | 120 | 61 |
| Binary | 11100010 | 11001 | 10001011 | 0 | 1011001 | 100110 | 1011 | 101000110 | 1010000 | 110001 |
Color Harmonies of #E2198B
Complementary color
Monochromatic Colors of #E2198B
Black with #E2198B
Text Example
Text Example
White with #E2198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2198B; }
p { color: rgb(226,25,139); }
H1.HeaderClassName
{
color: #E2198B;
}
.AnyTagClassName
{
color: #E2198B;
}
</style>
background-color css
<style>
a { background-color: #E2198B; }
a { background-color: rgb(226,25,139); }
div.DivClassName
{
background-color: #E2198B;
}
.BgClassName
{
background-color: #E2198B;
}
</style>
border-color css
<style>
span { border-color: #E2198B; }
span { border-color: rgb(226,25,139); }
td.TdClassName
{
border-color: #E2198B;
}
.TagClassName
{
border-color: #E2198B;
}
</style>