Shades of Deep Cerise #E9238C
Tints of Deep Cerise #E9238C
RGB
CMYK
RGB Variations
Color information
#E9238C (or 0xE9238C) is known color: Deep Cerise. HEX triplet: E9, 23 and 8C. RGB value is (233,35,140). Sum of RGB (Red+Green+Blue) = 233+35+140=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E9238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9238C is #16DC73. Grayscale: #696969. Windows color (decimal): -1498228 or 9184233. OLE color: 9184233.
HSL color Cylindrical-coordinate representation of color #E9238C: hue angle of 328.18º 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 #E9238C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 140 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.09 |
| HSL | 328.18º | 0.82% | 0.53% | - |
| HSV(B) | 328.18º | 0.85% | 0.91% | - |
| XYZ | 38.94 | 20.42 | 26.7 | - |
| YUV | 106.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 140 | 0 | 0.85 | 0.40 | 0.09 | 328.18 | 0.82 | 0.53 |
| Hex | E9 | 23 | 8C | 0 | 55 | 28 | 9 | 148 | 52 | 35 |
| Octal | 351 | 43 | 214 | 0 | 125 | 50 | 11 | 510 | 122 | 65 |
| Binary | 11101001 | 100011 | 10001100 | 0 | 1010101 | 101000 | 1001 | 101001000 | 1010010 | 110101 |
Color Harmonies of #E9238C
Complementary color
Monochromatic Colors of #E9238C
Black with #E9238C
Text Example
Text Example
White with #E9238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9238C; }
p { color: rgb(233,35,140); }
H1.HeaderClassName
{
color: #E9238C;
}
.AnyTagClassName
{
color: #E9238C;
}
</style>
background-color css
<style>
a { background-color: #E9238C; }
a { background-color: rgb(233,35,140); }
div.DivClassName
{
background-color: #E9238C;
}
.BgClassName
{
background-color: #E9238C;
}
</style>
border-color css
<style>
span { border-color: #E9238C; }
span { border-color: rgb(233,35,140); }
td.TdClassName
{
border-color: #E9238C;
}
.TagClassName
{
border-color: #E9238C;
}
</style>