Shades of Deep Cerise #EC247E
Tints of Deep Cerise #EC247E
RGB
CMYK
RGB Variations
Color information
#EC247E (or 0xEC247E) is known color: Deep Cerise. HEX triplet: EC, 24 and 7E. RGB value is (236,36,126). Sum of RGB (Red+Green+Blue) = 236+36+126=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC247E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC247E is #13DB81. Grayscale: #696969. Windows color (decimal): -1301378 or 8266988. OLE color: 8266988.
HSL color Cylindrical-coordinate representation of color #EC247E: hue angle of 333º 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 #EC247E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 126 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 333º | 0.84% | 0.53% | - |
| HSV(B) | 333º | 0.85% | 0.93% | - |
| XYZ | 38.99 | 20.6 | 21.66 | - |
| YUV | 106.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 126 | 0 | 0.85 | 0.47 | 0.07 | 333 | 0.84 | 0.53 |
| Hex | EC | 24 | 7E | 0 | 55 | 2F | 7 | 14D | 54 | 35 |
| Octal | 354 | 44 | 176 | 0 | 125 | 57 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100100 | 1111110 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC247E
Complementary color
Monochromatic Colors of #EC247E
Black with #EC247E
Text Example
Text Example
White with #EC247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC247E; }
p { color: rgb(236,36,126); }
H1.HeaderClassName
{
color: #EC247E;
}
.AnyTagClassName
{
color: #EC247E;
}
</style>
background-color css
<style>
a { background-color: #EC247E; }
a { background-color: rgb(236,36,126); }
div.DivClassName
{
background-color: #EC247E;
}
.BgClassName
{
background-color: #EC247E;
}
</style>
border-color css
<style>
span { border-color: #EC247E; }
span { border-color: rgb(236,36,126); }
td.TdClassName
{
border-color: #EC247E;
}
.TagClassName
{
border-color: #EC247E;
}
</style>