Shades of Deep Cerise #E2288B
Tints of Deep Cerise #E2288B
RGB
CMYK
RGB Variations
Color information
#E2288B (or 0xE2288B) is known color: Deep Cerise. HEX triplet: E2, 28 and 8B. RGB value is (226,40,139). Sum of RGB (Red+Green+Blue) = 226+40+139=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2288B is #1DD774. Grayscale: #6A6A6A. Windows color (decimal): -1955701 or 9119970. OLE color: 9119970.
HSL color Cylindrical-coordinate representation of color #E2288B: hue angle of 328.06º 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 #E2288B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 139 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.11 |
| HSL | 328.06º | 0.76% | 0.52% | - |
| HSV(B) | 328.06º | 0.82% | 0.89% | - |
| XYZ | 36.78 | 19.55 | 26.26 | - |
| YUV | 106.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 139 | 0 | 0.82 | 0.38 | 0.11 | 328.06 | 0.76 | 0.52 |
| Hex | E2 | 28 | 8B | 0 | 52 | 26 | B | 148 | 4C | 34 |
| Octal | 342 | 50 | 213 | 0 | 122 | 46 | 13 | 510 | 114 | 64 |
| Binary | 11100010 | 101000 | 10001011 | 0 | 1010010 | 100110 | 1011 | 101001000 | 1001100 | 110100 |
Color Harmonies of #E2288B
Complementary color
Monochromatic Colors of #E2288B
Black with #E2288B
Text Example
Text Example
White with #E2288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2288B; }
p { color: rgb(226,40,139); }
H1.HeaderClassName
{
color: #E2288B;
}
.AnyTagClassName
{
color: #E2288B;
}
</style>
background-color css
<style>
a { background-color: #E2288B; }
a { background-color: rgb(226,40,139); }
div.DivClassName
{
background-color: #E2288B;
}
.BgClassName
{
background-color: #E2288B;
}
</style>
border-color css
<style>
span { border-color: #E2288B; }
span { border-color: rgb(226,40,139); }
td.TdClassName
{
border-color: #E2288B;
}
.TagClassName
{
border-color: #E2288B;
}
</style>