Shades of Deep Cerise #E2357D
Tints of Deep Cerise #E2357D
RGB
CMYK
RGB Variations
Color information
#E2357D (or 0xE2357D) is known color: Deep Cerise. HEX triplet: E2, 35 and 7D. RGB value is (226,53,125). Sum of RGB (Red+Green+Blue) = 226+53+125=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2357D is #1DCA82. Grayscale: #707070. Windows color (decimal): -1952387 or 8205794. OLE color: 8205794.
HSL color Cylindrical-coordinate representation of color #E2357D: hue angle of 335.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2357D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 125 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.11 |
| HSL | 335.03º | 0.75% | 0.55% | - |
| HSV(B) | 335.03º | 0.77% | 0.89% | - |
| XYZ | 36.34 | 20.2 | 21.38 | - |
| YUV | 112.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 125 | 0 | 0.77 | 0.45 | 0.11 | 335.03 | 0.75 | 0.55 |
| Hex | E2 | 35 | 7D | 0 | 4D | 2D | B | 14F | 4B | 37 |
| Octal | 342 | 65 | 175 | 0 | 115 | 55 | 13 | 517 | 113 | 67 |
| Binary | 11100010 | 110101 | 1111101 | 0 | 1001101 | 101101 | 1011 | 101001111 | 1001011 | 110111 |
Color Harmonies of #E2357D
Complementary color
Monochromatic Colors of #E2357D
Black with #E2357D
Text Example
Text Example
White with #E2357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2357D; }
p { color: rgb(226,53,125); }
H1.HeaderClassName
{
color: #E2357D;
}
.AnyTagClassName
{
color: #E2357D;
}
</style>
background-color css
<style>
a { background-color: #E2357D; }
a { background-color: rgb(226,53,125); }
div.DivClassName
{
background-color: #E2357D;
}
.BgClassName
{
background-color: #E2357D;
}
</style>
border-color css
<style>
span { border-color: #E2357D; }
span { border-color: rgb(226,53,125); }
td.TdClassName
{
border-color: #E2357D;
}
.TagClassName
{
border-color: #E2357D;
}
</style>