Shades of Deep Cerise #EC287B
Tints of Deep Cerise #EC287B
RGB
CMYK
RGB Variations
Color information
#EC287B (or 0xEC287B) is known color: Deep Cerise. HEX triplet: EC, 28 and 7B. RGB value is (236,40,123). Sum of RGB (Red+Green+Blue) = 236+40+123=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC287B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC287B is #13D784. Grayscale: #6B6B6B. Windows color (decimal): -1300357 or 8071404. OLE color: 8071404.
HSL color Cylindrical-coordinate representation of color #EC287B: hue angle of 334.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC287B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 123 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.07 |
| HSL | 334.59º | 0.84% | 0.54% | - |
| HSV(B) | 334.59º | 0.83% | 0.93% | - |
| XYZ | 38.93 | 20.78 | 20.7 | - |
| YUV | 108.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 123 | 0 | 0.83 | 0.48 | 0.07 | 334.59 | 0.84 | 0.54 |
| Hex | EC | 28 | 7B | 0 | 53 | 30 | 7 | 14F | 54 | 36 |
| Octal | 354 | 50 | 173 | 0 | 123 | 60 | 7 | 517 | 124 | 66 |
| Binary | 11101100 | 101000 | 1111011 | 0 | 1010011 | 110000 | 111 | 101001111 | 1010100 | 110110 |
Color Harmonies of #EC287B
Complementary color
Monochromatic Colors of #EC287B
Black with #EC287B
Text Example
Text Example
White with #EC287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC287B; }
p { color: rgb(236,40,123); }
H1.HeaderClassName
{
color: #EC287B;
}
.AnyTagClassName
{
color: #EC287B;
}
</style>
background-color css
<style>
a { background-color: #EC287B; }
a { background-color: rgb(236,40,123); }
div.DivClassName
{
background-color: #EC287B;
}
.BgClassName
{
background-color: #EC287B;
}
</style>
border-color css
<style>
span { border-color: #EC287B; }
span { border-color: rgb(236,40,123); }
td.TdClassName
{
border-color: #EC287B;
}
.TagClassName
{
border-color: #EC287B;
}
</style>