Shades of Deep Cerise #E2299E
Tints of Deep Cerise #E2299E
RGB
CMYK
RGB Variations
Color information
#E2299E (or 0xE2299E) is known color: Deep Cerise. HEX triplet: E2, 29 and 9E. RGB value is (226,41,158). Sum of RGB (Red+Green+Blue) = 226+41+158=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2299E is #1DD661. Grayscale: #6D6D6D. Windows color (decimal): -1955426 or 10365410. OLE color: 10365410.
HSL color Cylindrical-coordinate representation of color #E2299E: hue angle of 322.05º 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 #E2299E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 158 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.11 |
| HSL | 322.05º | 0.76% | 0.52% | - |
| HSV(B) | 322.05º | 0.82% | 0.89% | - |
| XYZ | 38.33 | 20.22 | 34.23 | - |
| YUV | 109.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 158 | 0 | 0.82 | 0.30 | 0.11 | 322.05 | 0.76 | 0.52 |
| Hex | E2 | 29 | 9E | 0 | 52 | 1E | B | 142 | 4C | 34 |
| Octal | 342 | 51 | 236 | 0 | 122 | 36 | 13 | 502 | 114 | 64 |
| Binary | 11100010 | 101001 | 10011110 | 0 | 1010010 | 11110 | 1011 | 101000010 | 1001100 | 110100 |
Color Harmonies of #E2299E
Complementary color
Monochromatic Colors of #E2299E
Black with #E2299E
Text Example
Text Example
White with #E2299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2299E; }
p { color: rgb(226,41,158); }
H1.HeaderClassName
{
color: #E2299E;
}
.AnyTagClassName
{
color: #E2299E;
}
</style>
background-color css
<style>
a { background-color: #E2299E; }
a { background-color: rgb(226,41,158); }
div.DivClassName
{
background-color: #E2299E;
}
.BgClassName
{
background-color: #E2299E;
}
</style>
border-color css
<style>
span { border-color: #E2299E; }
span { border-color: rgb(226,41,158); }
td.TdClassName
{
border-color: #E2299E;
}
.TagClassName
{
border-color: #E2299E;
}
</style>