Shades of Deep Cerise #E2367F
Tints of Deep Cerise #E2367F
RGB
CMYK
RGB Variations
Color information
#E2367F (or 0xE2367F) is known color: Deep Cerise. HEX triplet: E2, 36 and 7F. RGB value is (226,54,127). Sum of RGB (Red+Green+Blue) = 226+54+127=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2367F is #1DC980. Grayscale: #717171. Windows color (decimal): -1952129 or 8337122. OLE color: 8337122.
HSL color Cylindrical-coordinate representation of color #E2367F: hue angle of 334.53º 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 #E2367F is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 127 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.11 |
| HSL | 334.53º | 0.75% | 0.55% | - |
| HSV(B) | 334.53º | 0.76% | 0.89% | - |
| XYZ | 36.51 | 20.34 | 22.08 | - |
| YUV | 113.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 127 | 0 | 0.76 | 0.44 | 0.11 | 334.53 | 0.75 | 0.55 |
| Hex | E2 | 36 | 7F | 0 | 4C | 2C | B | 14F | 4B | 37 |
| Octal | 342 | 66 | 177 | 0 | 114 | 54 | 13 | 517 | 113 | 67 |
| Binary | 11100010 | 110110 | 1111111 | 0 | 1001100 | 101100 | 1011 | 101001111 | 1001011 | 110111 |
Color Harmonies of #E2367F
Complementary color
Monochromatic Colors of #E2367F
Black with #E2367F
Text Example
Text Example
White with #E2367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2367F; }
p { color: rgb(226,54,127); }
H1.HeaderClassName
{
color: #E2367F;
}
.AnyTagClassName
{
color: #E2367F;
}
</style>
background-color css
<style>
a { background-color: #E2367F; }
a { background-color: rgb(226,54,127); }
div.DivClassName
{
background-color: #E2367F;
}
.BgClassName
{
background-color: #E2367F;
}
</style>
border-color css
<style>
span { border-color: #E2367F; }
span { border-color: rgb(226,54,127); }
td.TdClassName
{
border-color: #E2367F;
}
.TagClassName
{
border-color: #E2367F;
}
</style>