Shades of Deep Cerise #E9238D
Tints of Deep Cerise #E9238D
RGB
CMYK
RGB Variations
Color information
#E9238D (or 0xE9238D) is known color: Deep Cerise. HEX triplet: E9, 23 and 8D. RGB value is (233,35,141). Sum of RGB (Red+Green+Blue) = 233+35+141=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9238D is #16DC72. Grayscale: #6A6A6A. Windows color (decimal): -1498227 or 9249769. OLE color: 9249769.
HSL color Cylindrical-coordinate representation of color #E9238D: hue angle of 327.88º 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 #E9238D is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 141 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.09 |
| HSL | 327.88º | 0.82% | 0.53% | - |
| HSV(B) | 327.88º | 0.85% | 0.91% | - |
| XYZ | 39.01 | 20.45 | 27.09 | - |
| YUV | 106.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 141 | 0 | 0.85 | 0.39 | 0.09 | 327.88 | 0.82 | 0.53 |
| Hex | E9 | 23 | 8D | 0 | 55 | 27 | 9 | 148 | 52 | 35 |
| Octal | 351 | 43 | 215 | 0 | 125 | 47 | 11 | 510 | 122 | 65 |
| Binary | 11101001 | 100011 | 10001101 | 0 | 1010101 | 100111 | 1001 | 101001000 | 1010010 | 110101 |
Color Harmonies of #E9238D
Complementary color
Monochromatic Colors of #E9238D
Black with #E9238D
Text Example
Text Example
White with #E9238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9238D; }
p { color: rgb(233,35,141); }
H1.HeaderClassName
{
color: #E9238D;
}
.AnyTagClassName
{
color: #E9238D;
}
</style>
background-color css
<style>
a { background-color: #E9238D; }
a { background-color: rgb(233,35,141); }
div.DivClassName
{
background-color: #E9238D;
}
.BgClassName
{
background-color: #E9238D;
}
</style>
border-color css
<style>
span { border-color: #E9238D; }
span { border-color: rgb(233,35,141); }
td.TdClassName
{
border-color: #E9238D;
}
.TagClassName
{
border-color: #E9238D;
}
</style>