Shades of Deep Cerise #E9238A
Tints of Deep Cerise #E9238A
RGB
CMYK
RGB Variations
Color information
#E9238A (or 0xE9238A) is known color: Deep Cerise. HEX triplet: E9, 23 and 8A. RGB value is (233,35,138). Sum of RGB (Red+Green+Blue) = 233+35+138=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9238A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9238A is #16DC75. Grayscale: #696969. Windows color (decimal): -1498230 or 9053161. OLE color: 9053161.
HSL color Cylindrical-coordinate representation of color #E9238A: hue angle of 328.79º 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 #E9238A is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 138 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.09 |
| HSL | 328.79º | 0.82% | 0.53% | - |
| HSV(B) | 328.79º | 0.85% | 0.91% | - |
| XYZ | 38.79 | 20.36 | 25.93 | - |
| YUV | 105.94 | 146.1 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 138 | 0 | 0.85 | 0.41 | 0.09 | 328.79 | 0.82 | 0.53 |
| Hex | E9 | 23 | 8A | 0 | 55 | 29 | 9 | 149 | 52 | 35 |
| Octal | 351 | 43 | 212 | 0 | 125 | 51 | 11 | 511 | 122 | 65 |
| Binary | 11101001 | 100011 | 10001010 | 0 | 1010101 | 101001 | 1001 | 101001001 | 1010010 | 110101 |
Color Harmonies of #E9238A
Complementary color
Monochromatic Colors of #E9238A
Black with #E9238A
Text Example
Text Example
White with #E9238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9238A; }
p { color: rgb(233,35,138); }
H1.HeaderClassName
{
color: #E9238A;
}
.AnyTagClassName
{
color: #E9238A;
}
</style>
background-color css
<style>
a { background-color: #E9238A; }
a { background-color: rgb(233,35,138); }
div.DivClassName
{
background-color: #E9238A;
}
.BgClassName
{
background-color: #E9238A;
}
</style>
border-color css
<style>
span { border-color: #E9238A; }
span { border-color: rgb(233,35,138); }
td.TdClassName
{
border-color: #E9238A;
}
.TagClassName
{
border-color: #E9238A;
}
</style>