Shades of Deep Cerise #EC248C
Tints of Deep Cerise #EC248C
RGB
CMYK
RGB Variations
Color information
#EC248C (or 0xEC248C) is known color: Deep Cerise. HEX triplet: EC, 24 and 8C. RGB value is (236,36,140). Sum of RGB (Red+Green+Blue) = 236+36+140=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC248C is #13DB73. Grayscale: #6B6B6B. Windows color (decimal): -1301364 or 9184492. OLE color: 9184492.
HSL color Cylindrical-coordinate representation of color #EC248C: hue angle of 328.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC248C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 140 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.07 |
| HSL | 328.8º | 0.84% | 0.53% | - |
| HSV(B) | 328.8º | 0.85% | 0.93% | - |
| XYZ | 39.96 | 20.99 | 26.76 | - |
| YUV | 107.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 140 | 0 | 0.85 | 0.41 | 0.07 | 328.8 | 0.84 | 0.53 |
| Hex | EC | 24 | 8C | 0 | 55 | 29 | 7 | 149 | 54 | 35 |
| Octal | 354 | 44 | 214 | 0 | 125 | 51 | 7 | 511 | 124 | 65 |
| Binary | 11101100 | 100100 | 10001100 | 0 | 1010101 | 101001 | 111 | 101001001 | 1010100 | 110101 |
Color Harmonies of #EC248C
Complementary color
Monochromatic Colors of #EC248C
Black with #EC248C
Text Example
Text Example
White with #EC248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC248C; }
p { color: rgb(236,36,140); }
H1.HeaderClassName
{
color: #EC248C;
}
.AnyTagClassName
{
color: #EC248C;
}
</style>
background-color css
<style>
a { background-color: #EC248C; }
a { background-color: rgb(236,36,140); }
div.DivClassName
{
background-color: #EC248C;
}
.BgClassName
{
background-color: #EC248C;
}
</style>
border-color css
<style>
span { border-color: #EC248C; }
span { border-color: rgb(236,36,140); }
td.TdClassName
{
border-color: #EC248C;
}
.TagClassName
{
border-color: #EC248C;
}
</style>