Shades of Deep Cerise #E9237D
Tints of Deep Cerise #E9237D
RGB
CMYK
RGB Variations
Color information
#E9237D (or 0xE9237D) is known color: Deep Cerise. HEX triplet: E9, 23 and 7D. RGB value is (233,35,125). Sum of RGB (Red+Green+Blue) = 233+35+125=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9237D is #16DC82. Grayscale: #686868. Windows color (decimal): -1498243 or 8201193. OLE color: 8201193.
HSL color Cylindrical-coordinate representation of color #E9237D: hue angle of 332.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9237D is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 125 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.09 |
| HSL | 332.73º | 0.82% | 0.53% | - |
| HSV(B) | 332.73º | 0.85% | 0.91% | - |
| XYZ | 37.91 | 20.01 | 21.27 | - |
| YUV | 104.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 125 | 0 | 0.85 | 0.46 | 0.09 | 332.73 | 0.82 | 0.53 |
| Hex | E9 | 23 | 7D | 0 | 55 | 2E | 9 | 14D | 52 | 35 |
| Octal | 351 | 43 | 175 | 0 | 125 | 56 | 11 | 515 | 122 | 65 |
| Binary | 11101001 | 100011 | 1111101 | 0 | 1010101 | 101110 | 1001 | 101001101 | 1010010 | 110101 |
Color Harmonies of #E9237D
Complementary color
Monochromatic Colors of #E9237D
Black with #E9237D
Text Example
Text Example
White with #E9237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9237D; }
p { color: rgb(233,35,125); }
H1.HeaderClassName
{
color: #E9237D;
}
.AnyTagClassName
{
color: #E9237D;
}
</style>
background-color css
<style>
a { background-color: #E9237D; }
a { background-color: rgb(233,35,125); }
div.DivClassName
{
background-color: #E9237D;
}
.BgClassName
{
background-color: #E9237D;
}
</style>
border-color css
<style>
span { border-color: #E9237D; }
span { border-color: rgb(233,35,125); }
td.TdClassName
{
border-color: #E9237D;
}
.TagClassName
{
border-color: #E9237D;
}
</style>