Shades of Deep Cerise #E2249B
Tints of Deep Cerise #E2249B
RGB
CMYK
RGB Variations
Color information
#E2249B (or 0xE2249B) is known color: Deep Cerise. HEX triplet: E2, 24 and 9B. RGB value is (226,36,155). Sum of RGB (Red+Green+Blue) = 226+36+155=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2249B is #1DDB64. Grayscale: #6A6A6A. Windows color (decimal): -1956709 or 10167522. OLE color: 10167522.
HSL color Cylindrical-coordinate representation of color #E2249B: hue angle of 322.42º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2249B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 155 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.11 |
| HSL | 322.42º | 0.77% | 0.51% | - |
| HSV(B) | 322.42º | 0.84% | 0.89% | - |
| XYZ | 37.91 | 19.8 | 32.83 | - |
| YUV | 106.38 | 155.45 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 155 | 0 | 0.84 | 0.31 | 0.11 | 322.42 | 0.77 | 0.51 |
| Hex | E2 | 24 | 9B | 0 | 54 | 1F | B | 142 | 4D | 33 |
| Octal | 342 | 44 | 233 | 0 | 124 | 37 | 13 | 502 | 115 | 63 |
| Binary | 11100010 | 100100 | 10011011 | 0 | 1010100 | 11111 | 1011 | 101000010 | 1001101 | 110011 |
Color Harmonies of #E2249B
Complementary color
Monochromatic Colors of #E2249B
Black with #E2249B
Text Example
Text Example
White with #E2249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2249B; }
p { color: rgb(226,36,155); }
H1.HeaderClassName
{
color: #E2249B;
}
.AnyTagClassName
{
color: #E2249B;
}
</style>
background-color css
<style>
a { background-color: #E2249B; }
a { background-color: rgb(226,36,155); }
div.DivClassName
{
background-color: #E2249B;
}
.BgClassName
{
background-color: #E2249B;
}
</style>
border-color css
<style>
span { border-color: #E2249B; }
span { border-color: rgb(226,36,155); }
td.TdClassName
{
border-color: #E2249B;
}
.TagClassName
{
border-color: #E2249B;
}
</style>