Shades of Deep Cerise #EB248C
Tints of Deep Cerise #EB248C
RGB
CMYK
RGB Variations
Color information
#EB248C (or 0xEB248C) is known color: Deep Cerise. HEX triplet: EB, 24 and 8C. RGB value is (235,36,140). Sum of RGB (Red+Green+Blue) = 235+36+140=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB248C is #14DB73. Grayscale: #6B6B6B. Windows color (decimal): -1366900 or 9184491. OLE color: 9184491.
HSL color Cylindrical-coordinate representation of color #EB248C: hue angle of 328.64º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB248C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 140 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.08 |
| HSL | 328.64º | 0.83% | 0.53% | - |
| HSV(B) | 328.64º | 0.85% | 0.92% | - |
| XYZ | 39.63 | 20.82 | 26.74 | - |
| YUV | 107.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 140 | 0 | 0.85 | 0.40 | 0.08 | 328.64 | 0.83 | 0.53 |
| Hex | EB | 24 | 8C | 0 | 55 | 28 | 8 | 149 | 53 | 35 |
| Octal | 353 | 44 | 214 | 0 | 125 | 50 | 10 | 511 | 123 | 65 |
| Binary | 11101011 | 100100 | 10001100 | 0 | 1010101 | 101000 | 1000 | 101001001 | 1010011 | 110101 |
Color Harmonies of #EB248C
Complementary color
Monochromatic Colors of #EB248C
Black with #EB248C
Text Example
Text Example
White with #EB248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB248C; }
p { color: rgb(235,36,140); }
H1.HeaderClassName
{
color: #EB248C;
}
.AnyTagClassName
{
color: #EB248C;
}
</style>
background-color css
<style>
a { background-color: #EB248C; }
a { background-color: rgb(235,36,140); }
div.DivClassName
{
background-color: #EB248C;
}
.BgClassName
{
background-color: #EB248C;
}
</style>
border-color css
<style>
span { border-color: #EB248C; }
span { border-color: rgb(235,36,140); }
td.TdClassName
{
border-color: #EB248C;
}
.TagClassName
{
border-color: #EB248C;
}
</style>