Shades of Deep Cerise #E2367C
Tints of Deep Cerise #E2367C
RGB
CMYK
RGB Variations
Color information
#E2367C (or 0xE2367C) is known color: Deep Cerise. HEX triplet: E2, 36 and 7C. RGB value is (226,54,124). Sum of RGB (Red+Green+Blue) = 226+54+124=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2367C is #1DC983. Grayscale: #717171. Windows color (decimal): -1952132 or 8140514. OLE color: 8140514.
HSL color Cylindrical-coordinate representation of color #E2367C: hue angle of 335.58º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2367C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 124 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.11 |
| HSL | 335.58º | 0.75% | 0.55% | - |
| HSV(B) | 335.58º | 0.76% | 0.89% | - |
| XYZ | 36.32 | 20.26 | 21.07 | - |
| YUV | 113.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 124 | 0 | 0.76 | 0.45 | 0.11 | 335.58 | 0.75 | 0.55 |
| Hex | E2 | 36 | 7C | 0 | 4C | 2D | B | 150 | 4B | 37 |
| Octal | 342 | 66 | 174 | 0 | 114 | 55 | 13 | 520 | 113 | 67 |
| Binary | 11100010 | 110110 | 1111100 | 0 | 1001100 | 101101 | 1011 | 101010000 | 1001011 | 110111 |
Color Harmonies of #E2367C
Complementary color
Monochromatic Colors of #E2367C
Black with #E2367C
Text Example
Text Example
White with #E2367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2367C; }
p { color: rgb(226,54,124); }
H1.HeaderClassName
{
color: #E2367C;
}
.AnyTagClassName
{
color: #E2367C;
}
</style>
background-color css
<style>
a { background-color: #E2367C; }
a { background-color: rgb(226,54,124); }
div.DivClassName
{
background-color: #E2367C;
}
.BgClassName
{
background-color: #E2367C;
}
</style>
border-color css
<style>
span { border-color: #E2367C; }
span { border-color: rgb(226,54,124); }
td.TdClassName
{
border-color: #E2367C;
}
.TagClassName
{
border-color: #E2367C;
}
</style>