Shades of Deep Cerise #E2337D
Tints of Deep Cerise #E2337D
RGB
CMYK
RGB Variations
Color information
#E2337D (or 0xE2337D) is known color: Deep Cerise. HEX triplet: E2, 33 and 7D. RGB value is (226,51,125). Sum of RGB (Red+Green+Blue) = 226+51+125=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2337D is #1DCC82. Grayscale: #6F6F6F. Windows color (decimal): -1952899 or 8205282. OLE color: 8205282.
HSL color Cylindrical-coordinate representation of color #E2337D: hue angle of 334.63º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2337D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 125 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.11 |
| HSL | 334.63º | 0.75% | 0.54% | - |
| HSV(B) | 334.63º | 0.77% | 0.89% | - |
| XYZ | 36.25 | 20.02 | 21.36 | - |
| YUV | 111.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 125 | 0 | 0.77 | 0.45 | 0.11 | 334.63 | 0.75 | 0.54 |
| Hex | E2 | 33 | 7D | 0 | 4D | 2D | B | 14F | 4B | 36 |
| Octal | 342 | 63 | 175 | 0 | 115 | 55 | 13 | 517 | 113 | 66 |
| Binary | 11100010 | 110011 | 1111101 | 0 | 1001101 | 101101 | 1011 | 101001111 | 1001011 | 110110 |
Color Harmonies of #E2337D
Complementary color
Monochromatic Colors of #E2337D
Black with #E2337D
Text Example
Text Example
White with #E2337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2337D; }
p { color: rgb(226,51,125); }
H1.HeaderClassName
{
color: #E2337D;
}
.AnyTagClassName
{
color: #E2337D;
}
</style>
background-color css
<style>
a { background-color: #E2337D; }
a { background-color: rgb(226,51,125); }
div.DivClassName
{
background-color: #E2337D;
}
.BgClassName
{
background-color: #E2337D;
}
</style>
border-color css
<style>
span { border-color: #E2337D; }
span { border-color: rgb(226,51,125); }
td.TdClassName
{
border-color: #E2337D;
}
.TagClassName
{
border-color: #E2337D;
}
</style>