Shades of Deep Cerise #EC257C
Tints of Deep Cerise #EC257C
RGB
CMYK
RGB Variations
Color information
#EC257C (or 0xEC257C) is known color: Deep Cerise. HEX triplet: EC, 25 and 7C. RGB value is (236,37,124). Sum of RGB (Red+Green+Blue) = 236+37+124=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC257C is #13DA83. Grayscale: #6A6A6A. Windows color (decimal): -1301124 or 8136172. OLE color: 8136172.
HSL color Cylindrical-coordinate representation of color #EC257C: hue angle of 333.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC257C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 124 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.07 |
| HSL | 333.77º | 0.84% | 0.54% | - |
| HSV(B) | 333.77º | 0.84% | 0.93% | - |
| XYZ | 38.89 | 20.61 | 21 | - |
| YUV | 106.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 124 | 0 | 0.84 | 0.47 | 0.07 | 333.77 | 0.84 | 0.54 |
| Hex | EC | 25 | 7C | 0 | 54 | 2F | 7 | 14E | 54 | 36 |
| Octal | 354 | 45 | 174 | 0 | 124 | 57 | 7 | 516 | 124 | 66 |
| Binary | 11101100 | 100101 | 1111100 | 0 | 1010100 | 101111 | 111 | 101001110 | 1010100 | 110110 |
Color Harmonies of #EC257C
Complementary color
Monochromatic Colors of #EC257C
Black with #EC257C
Text Example
Text Example
White with #EC257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC257C; }
p { color: rgb(236,37,124); }
H1.HeaderClassName
{
color: #EC257C;
}
.AnyTagClassName
{
color: #EC257C;
}
</style>
background-color css
<style>
a { background-color: #EC257C; }
a { background-color: rgb(236,37,124); }
div.DivClassName
{
background-color: #EC257C;
}
.BgClassName
{
background-color: #EC257C;
}
</style>
border-color css
<style>
span { border-color: #EC257C; }
span { border-color: rgb(236,37,124); }
td.TdClassName
{
border-color: #EC257C;
}
.TagClassName
{
border-color: #EC257C;
}
</style>