Shades of Deep Cerise #E2287A
Tints of Deep Cerise #E2287A
RGB
CMYK
RGB Variations
Color information
#E2287A (or 0xE2287A) is known color: Deep Cerise. HEX triplet: E2, 28 and 7A. RGB value is (226,40,122). Sum of RGB (Red+Green+Blue) = 226+40+122=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2287A is #1DD785. Grayscale: #686868. Windows color (decimal): -1955718 or 8005858. OLE color: 8005858.
HSL color Cylindrical-coordinate representation of color #E2287A: hue angle of 333.55º 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 #E2287A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 122 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.11 |
| HSL | 333.55º | 0.76% | 0.52% | - |
| HSV(B) | 333.55º | 0.82% | 0.89% | - |
| XYZ | 35.64 | 19.09 | 20.22 | - |
| YUV | 104.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 122 | 0 | 0.82 | 0.46 | 0.11 | 333.55 | 0.76 | 0.52 |
| Hex | E2 | 28 | 7A | 0 | 52 | 2E | B | 14E | 4C | 34 |
| Octal | 342 | 50 | 172 | 0 | 122 | 56 | 13 | 516 | 114 | 64 |
| Binary | 11100010 | 101000 | 1111010 | 0 | 1010010 | 101110 | 1011 | 101001110 | 1001100 | 110100 |
Color Harmonies of #E2287A
Complementary color
Monochromatic Colors of #E2287A
Black with #E2287A
Text Example
Text Example
White with #E2287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2287A; }
p { color: rgb(226,40,122); }
H1.HeaderClassName
{
color: #E2287A;
}
.AnyTagClassName
{
color: #E2287A;
}
</style>
background-color css
<style>
a { background-color: #E2287A; }
a { background-color: rgb(226,40,122); }
div.DivClassName
{
background-color: #E2287A;
}
.BgClassName
{
background-color: #E2287A;
}
</style>
border-color css
<style>
span { border-color: #E2287A; }
span { border-color: rgb(226,40,122); }
td.TdClassName
{
border-color: #E2287A;
}
.TagClassName
{
border-color: #E2287A;
}
</style>