Shades of Deep Cerise #E7248C
Tints of Deep Cerise #E7248C
RGB
CMYK
RGB Variations
Color information
#E7248C (or 0xE7248C) is known color: Deep Cerise. HEX triplet: E7, 24 and 8C. RGB value is (231,36,140). Sum of RGB (Red+Green+Blue) = 231+36+140=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7248C is #18DB73. Grayscale: #696969. Windows color (decimal): -1629044 or 9184487. OLE color: 9184487.
HSL color Cylindrical-coordinate representation of color #E7248C: hue angle of 328º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7248C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 140 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.09 |
| HSL | 328º | 0.8% | 0.52% | - |
| HSV(B) | 328º | 0.84% | 0.91% | - |
| XYZ | 38.32 | 20.14 | 26.68 | - |
| YUV | 106.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 140 | 0 | 0.84 | 0.39 | 0.09 | 328 | 0.8 | 0.52 |
| Hex | E7 | 24 | 8C | 0 | 54 | 27 | 9 | 148 | 50 | 34 |
| Octal | 347 | 44 | 214 | 0 | 124 | 47 | 11 | 510 | 120 | 64 |
| Binary | 11100111 | 100100 | 10001100 | 0 | 1010100 | 100111 | 1001 | 101001000 | 1010000 | 110100 |
Color Harmonies of #E7248C
Complementary color
Monochromatic Colors of #E7248C
Black with #E7248C
Text Example
Text Example
White with #E7248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7248C; }
p { color: rgb(231,36,140); }
H1.HeaderClassName
{
color: #E7248C;
}
.AnyTagClassName
{
color: #E7248C;
}
</style>
background-color css
<style>
a { background-color: #E7248C; }
a { background-color: rgb(231,36,140); }
div.DivClassName
{
background-color: #E7248C;
}
.BgClassName
{
background-color: #E7248C;
}
</style>
border-color css
<style>
span { border-color: #E7248C; }
span { border-color: rgb(231,36,140); }
td.TdClassName
{
border-color: #E7248C;
}
.TagClassName
{
border-color: #E7248C;
}
</style>