Shades of Deep Cerise #E2298B
Tints of Deep Cerise #E2298B
RGB
CMYK
RGB Variations
Color information
#E2298B (or 0xE2298B) is known color: Deep Cerise. HEX triplet: E2, 29 and 8B. RGB value is (226,41,139). Sum of RGB (Red+Green+Blue) = 226+41+139=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2298B is #1DD674. Grayscale: #6B6B6B. Windows color (decimal): -1955445 or 9120226. OLE color: 9120226.
HSL color Cylindrical-coordinate representation of color #E2298B: hue angle of 328.22º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2298B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 139 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.11 |
| HSL | 328.22º | 0.76% | 0.52% | - |
| HSV(B) | 328.22º | 0.82% | 0.89% | - |
| XYZ | 36.82 | 19.62 | 26.27 | - |
| YUV | 107.49 | 145.79 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 139 | 0 | 0.82 | 0.38 | 0.11 | 328.22 | 0.76 | 0.52 |
| Hex | E2 | 29 | 8B | 0 | 52 | 26 | B | 148 | 4C | 34 |
| Octal | 342 | 51 | 213 | 0 | 122 | 46 | 13 | 510 | 114 | 64 |
| Binary | 11100010 | 101001 | 10001011 | 0 | 1010010 | 100110 | 1011 | 101001000 | 1001100 | 110100 |
Color Harmonies of #E2298B
Complementary color
Monochromatic Colors of #E2298B
Black with #E2298B
Text Example
Text Example
White with #E2298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2298B; }
p { color: rgb(226,41,139); }
H1.HeaderClassName
{
color: #E2298B;
}
.AnyTagClassName
{
color: #E2298B;
}
</style>
background-color css
<style>
a { background-color: #E2298B; }
a { background-color: rgb(226,41,139); }
div.DivClassName
{
background-color: #E2298B;
}
.BgClassName
{
background-color: #E2298B;
}
</style>
border-color css
<style>
span { border-color: #E2298B; }
span { border-color: rgb(226,41,139); }
td.TdClassName
{
border-color: #E2298B;
}
.TagClassName
{
border-color: #E2298B;
}
</style>