Shades of Deep Cerise #E9238B
Tints of Deep Cerise #E9238B
RGB
CMYK
RGB Variations
Color information
#E9238B (or 0xE9238B) is known color: Deep Cerise. HEX triplet: E9, 23 and 8B. RGB value is (233,35,139). Sum of RGB (Red+Green+Blue) = 233+35+139=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9238B is #16DC74. Grayscale: #696969. Windows color (decimal): -1498229 or 9118697. OLE color: 9118697.
HSL color Cylindrical-coordinate representation of color #E9238B: hue angle of 328.48º 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 #E9238B is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 139 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.09 |
| HSL | 328.48º | 0.82% | 0.53% | - |
| HSV(B) | 328.48º | 0.85% | 0.91% | - |
| XYZ | 38.87 | 20.39 | 26.31 | - |
| YUV | 106.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 139 | 0 | 0.85 | 0.40 | 0.09 | 328.48 | 0.82 | 0.53 |
| Hex | E9 | 23 | 8B | 0 | 55 | 28 | 9 | 148 | 52 | 35 |
| Octal | 351 | 43 | 213 | 0 | 125 | 50 | 11 | 510 | 122 | 65 |
| Binary | 11101001 | 100011 | 10001011 | 0 | 1010101 | 101000 | 1001 | 101001000 | 1010010 | 110101 |
Color Harmonies of #E9238B
Complementary color
Monochromatic Colors of #E9238B
Black with #E9238B
Text Example
Text Example
White with #E9238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9238B; }
p { color: rgb(233,35,139); }
H1.HeaderClassName
{
color: #E9238B;
}
.AnyTagClassName
{
color: #E9238B;
}
</style>
background-color css
<style>
a { background-color: #E9238B; }
a { background-color: rgb(233,35,139); }
div.DivClassName
{
background-color: #E9238B;
}
.BgClassName
{
background-color: #E9238B;
}
</style>
border-color css
<style>
span { border-color: #E9238B; }
span { border-color: rgb(233,35,139); }
td.TdClassName
{
border-color: #E9238B;
}
.TagClassName
{
border-color: #E9238B;
}
</style>