Shades of Deep Cerise #E2299B
Tints of Deep Cerise #E2299B
RGB
CMYK
RGB Variations
Color information
#E2299B (or 0xE2299B) is known color: Deep Cerise. HEX triplet: E2, 29 and 9B. RGB value is (226,41,155). Sum of RGB (Red+Green+Blue) = 226+41+155=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2299B is #1DD664. Grayscale: #6D6D6D. Windows color (decimal): -1955429 or 10168802. OLE color: 10168802.
HSL color Cylindrical-coordinate representation of color #E2299B: hue angle of 323.03º 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 #E2299B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 155 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.11 |
| HSL | 323.03º | 0.76% | 0.52% | - |
| HSV(B) | 323.03º | 0.82% | 0.89% | - |
| XYZ | 38.07 | 20.12 | 32.89 | - |
| YUV | 109.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 155 | 0 | 0.82 | 0.31 | 0.11 | 323.03 | 0.76 | 0.52 |
| Hex | E2 | 29 | 9B | 0 | 52 | 1F | B | 143 | 4C | 34 |
| Octal | 342 | 51 | 233 | 0 | 122 | 37 | 13 | 503 | 114 | 64 |
| Binary | 11100010 | 101001 | 10011011 | 0 | 1010010 | 11111 | 1011 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E2299B
Complementary color
Monochromatic Colors of #E2299B
Black with #E2299B
Text Example
Text Example
White with #E2299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2299B; }
p { color: rgb(226,41,155); }
H1.HeaderClassName
{
color: #E2299B;
}
.AnyTagClassName
{
color: #E2299B;
}
</style>
background-color css
<style>
a { background-color: #E2299B; }
a { background-color: rgb(226,41,155); }
div.DivClassName
{
background-color: #E2299B;
}
.BgClassName
{
background-color: #E2299B;
}
</style>
border-color css
<style>
span { border-color: #E2299B; }
span { border-color: rgb(226,41,155); }
td.TdClassName
{
border-color: #E2299B;
}
.TagClassName
{
border-color: #E2299B;
}
</style>