Shades of Deep Cerise #E9248D
Tints of Deep Cerise #E9248D
RGB
CMYK
RGB Variations
Color information
#E9248D (or 0xE9248D) is known color: Deep Cerise. HEX triplet: E9, 24 and 8D. RGB value is (233,36,141). Sum of RGB (Red+Green+Blue) = 233+36+141=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9248D is #16DB72. Grayscale: #6A6A6A. Windows color (decimal): -1497971 or 9250025. OLE color: 9250025.
HSL color Cylindrical-coordinate representation of color #E9248D: hue angle of 328.02º 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 #E9248D is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 141 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.09 |
| HSL | 328.02º | 0.82% | 0.53% | - |
| HSV(B) | 328.02º | 0.85% | 0.91% | - |
| XYZ | 39.04 | 20.51 | 27.1 | - |
| YUV | 106.87 | 147.27 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 141 | 0 | 0.85 | 0.39 | 0.09 | 328.02 | 0.82 | 0.53 |
| Hex | E9 | 24 | 8D | 0 | 55 | 27 | 9 | 148 | 52 | 35 |
| Octal | 351 | 44 | 215 | 0 | 125 | 47 | 11 | 510 | 122 | 65 |
| Binary | 11101001 | 100100 | 10001101 | 0 | 1010101 | 100111 | 1001 | 101001000 | 1010010 | 110101 |
Color Harmonies of #E9248D
Complementary color
Monochromatic Colors of #E9248D
Black with #E9248D
Text Example
Text Example
White with #E9248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9248D; }
p { color: rgb(233,36,141); }
H1.HeaderClassName
{
color: #E9248D;
}
.AnyTagClassName
{
color: #E9248D;
}
</style>
background-color css
<style>
a { background-color: #E9248D; }
a { background-color: rgb(233,36,141); }
div.DivClassName
{
background-color: #E9248D;
}
.BgClassName
{
background-color: #E9248D;
}
</style>
border-color css
<style>
span { border-color: #E9248D; }
span { border-color: rgb(233,36,141); }
td.TdClassName
{
border-color: #E9248D;
}
.TagClassName
{
border-color: #E9248D;
}
</style>