Shades of Deep Cerise #E2287E
Tints of Deep Cerise #E2287E
RGB
CMYK
RGB Variations
Color information
#E2287E (or 0xE2287E) is known color: Deep Cerise. HEX triplet: E2, 28 and 7E. RGB value is (226,40,126). Sum of RGB (Red+Green+Blue) = 226+40+126=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E2287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2287E is #1DD781. Grayscale: #696969. Windows color (decimal): -1955714 or 8268002. OLE color: 8268002.
HSL color Cylindrical-coordinate representation of color #E2287E: hue angle of 332.26º 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 #E2287E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 126 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.11 |
| HSL | 332.26º | 0.76% | 0.52% | - |
| HSV(B) | 332.26º | 0.82% | 0.89% | - |
| XYZ | 35.89 | 19.19 | 21.55 | - |
| YUV | 105.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 126 | 0 | 0.82 | 0.44 | 0.11 | 332.26 | 0.76 | 0.52 |
| Hex | E2 | 28 | 7E | 0 | 52 | 2C | B | 14C | 4C | 34 |
| Octal | 342 | 50 | 176 | 0 | 122 | 54 | 13 | 514 | 114 | 64 |
| Binary | 11100010 | 101000 | 1111110 | 0 | 1010010 | 101100 | 1011 | 101001100 | 1001100 | 110100 |
Color Harmonies of #E2287E
Complementary color
Monochromatic Colors of #E2287E
Black with #E2287E
Text Example
Text Example
White with #E2287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2287E; }
p { color: rgb(226,40,126); }
H1.HeaderClassName
{
color: #E2287E;
}
.AnyTagClassName
{
color: #E2287E;
}
</style>
background-color css
<style>
a { background-color: #E2287E; }
a { background-color: rgb(226,40,126); }
div.DivClassName
{
background-color: #E2287E;
}
.BgClassName
{
background-color: #E2287E;
}
</style>
border-color css
<style>
span { border-color: #E2287E; }
span { border-color: rgb(226,40,126); }
td.TdClassName
{
border-color: #E2287E;
}
.TagClassName
{
border-color: #E2287E;
}
</style>