Shades of Deep Cerise #E2387C
Tints of Deep Cerise #E2387C
RGB
CMYK
RGB Variations
Color information
#E2387C (or 0xE2387C) is known color: Deep Cerise. HEX triplet: E2, 38 and 7C. RGB value is (226,56,124). Sum of RGB (Red+Green+Blue) = 226+56+124=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2387C is #1DC783. Grayscale: #727272. Windows color (decimal): -1951620 or 8141026. OLE color: 8141026.
HSL color Cylindrical-coordinate representation of color #E2387C: hue angle of 336º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2387C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 124 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.11 |
| HSL | 336º | 0.75% | 0.55% | - |
| HSV(B) | 336º | 0.75% | 0.89% | - |
| XYZ | 36.42 | 20.45 | 21.1 | - |
| YUV | 114.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 124 | 0 | 0.75 | 0.45 | 0.11 | 336 | 0.75 | 0.55 |
| Hex | E2 | 38 | 7C | 0 | 4B | 2D | B | 150 | 4B | 37 |
| Octal | 342 | 70 | 174 | 0 | 113 | 55 | 13 | 520 | 113 | 67 |
| Binary | 11100010 | 111000 | 1111100 | 0 | 1001011 | 101101 | 1011 | 101010000 | 1001011 | 110111 |
Color Harmonies of #E2387C
Complementary color
Monochromatic Colors of #E2387C
Black with #E2387C
Text Example
Text Example
White with #E2387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2387C; }
p { color: rgb(226,56,124); }
H1.HeaderClassName
{
color: #E2387C;
}
.AnyTagClassName
{
color: #E2387C;
}
</style>
background-color css
<style>
a { background-color: #E2387C; }
a { background-color: rgb(226,56,124); }
div.DivClassName
{
background-color: #E2387C;
}
.BgClassName
{
background-color: #E2387C;
}
</style>
border-color css
<style>
span { border-color: #E2387C; }
span { border-color: rgb(226,56,124); }
td.TdClassName
{
border-color: #E2387C;
}
.TagClassName
{
border-color: #E2387C;
}
</style>