Shades of Deep Cerise #E2298A
Tints of Deep Cerise #E2298A
RGB
CMYK
RGB Variations
Color information
#E2298A (or 0xE2298A) is known color: Deep Cerise. HEX triplet: E2, 29 and 8A. RGB value is (226,41,138). Sum of RGB (Red+Green+Blue) = 226+41+138=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2298A is #1DD675. Grayscale: #6B6B6B. Windows color (decimal): -1955446 or 9054690. OLE color: 9054690.
HSL color Cylindrical-coordinate representation of color #E2298A: hue angle of 328.54º 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 #E2298A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 138 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.11 |
| HSL | 328.54º | 0.76% | 0.52% | - |
| HSV(B) | 328.54º | 0.82% | 0.89% | - |
| XYZ | 36.74 | 19.59 | 25.89 | - |
| YUV | 107.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 138 | 0 | 0.82 | 0.39 | 0.11 | 328.54 | 0.76 | 0.52 |
| Hex | E2 | 29 | 8A | 0 | 52 | 27 | B | 149 | 4C | 34 |
| Octal | 342 | 51 | 212 | 0 | 122 | 47 | 13 | 511 | 114 | 64 |
| Binary | 11100010 | 101001 | 10001010 | 0 | 1010010 | 100111 | 1011 | 101001001 | 1001100 | 110100 |
Color Harmonies of #E2298A
Complementary color
Monochromatic Colors of #E2298A
Black with #E2298A
Text Example
Text Example
White with #E2298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2298A; }
p { color: rgb(226,41,138); }
H1.HeaderClassName
{
color: #E2298A;
}
.AnyTagClassName
{
color: #E2298A;
}
</style>
background-color css
<style>
a { background-color: #E2298A; }
a { background-color: rgb(226,41,138); }
div.DivClassName
{
background-color: #E2298A;
}
.BgClassName
{
background-color: #E2298A;
}
</style>
border-color css
<style>
span { border-color: #E2298A; }
span { border-color: rgb(226,41,138); }
td.TdClassName
{
border-color: #E2298A;
}
.TagClassName
{
border-color: #E2298A;
}
</style>