Shades of Deep Cerise #E2288A
Tints of Deep Cerise #E2288A
RGB
CMYK
RGB Variations
Color information
#E2288A (or 0xE2288A) is known color: Deep Cerise. HEX triplet: E2, 28 and 8A. RGB value is (226,40,138). Sum of RGB (Red+Green+Blue) = 226+40+138=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2288A is #1DD775. Grayscale: #6A6A6A. Windows color (decimal): -1955702 or 9054434. OLE color: 9054434.
HSL color Cylindrical-coordinate representation of color #E2288A: hue angle of 328.39º 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 #E2288A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 138 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.11 |
| HSL | 328.39º | 0.76% | 0.52% | - |
| HSV(B) | 328.39º | 0.82% | 0.89% | - |
| XYZ | 36.71 | 19.52 | 25.88 | - |
| YUV | 106.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 138 | 0 | 0.82 | 0.39 | 0.11 | 328.39 | 0.76 | 0.52 |
| Hex | E2 | 28 | 8A | 0 | 52 | 27 | B | 148 | 4C | 34 |
| Octal | 342 | 50 | 212 | 0 | 122 | 47 | 13 | 510 | 114 | 64 |
| Binary | 11100010 | 101000 | 10001010 | 0 | 1010010 | 100111 | 1011 | 101001000 | 1001100 | 110100 |
Color Harmonies of #E2288A
Complementary color
Monochromatic Colors of #E2288A
Black with #E2288A
Text Example
Text Example
White with #E2288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2288A; }
p { color: rgb(226,40,138); }
H1.HeaderClassName
{
color: #E2288A;
}
.AnyTagClassName
{
color: #E2288A;
}
</style>
background-color css
<style>
a { background-color: #E2288A; }
a { background-color: rgb(226,40,138); }
div.DivClassName
{
background-color: #E2288A;
}
.BgClassName
{
background-color: #E2288A;
}
</style>
border-color css
<style>
span { border-color: #E2288A; }
span { border-color: rgb(226,40,138); }
td.TdClassName
{
border-color: #E2288A;
}
.TagClassName
{
border-color: #E2288A;
}
</style>