Shades of Deep Cerise #EC288E
Tints of Deep Cerise #EC288E
RGB
CMYK
RGB Variations
Color information
#EC288E (or 0xEC288E) is known color: Deep Cerise. HEX triplet: EC, 28 and 8E. RGB value is (236,40,142). Sum of RGB (Red+Green+Blue) = 236+40+142=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC288E is #13D771. Grayscale: #6E6E6E. Windows color (decimal): -1300338 or 9316588. OLE color: 9316588.
HSL color Cylindrical-coordinate representation of color #EC288E: hue angle of 328.78º 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 #EC288E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 142 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.07 |
| HSL | 328.78º | 0.84% | 0.54% | - |
| HSV(B) | 328.78º | 0.83% | 0.93% | - |
| XYZ | 40.23 | 21.3 | 27.58 | - |
| YUV | 110.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 142 | 0 | 0.83 | 0.40 | 0.07 | 328.78 | 0.84 | 0.54 |
| Hex | EC | 28 | 8E | 0 | 53 | 28 | 7 | 149 | 54 | 36 |
| Octal | 354 | 50 | 216 | 0 | 123 | 50 | 7 | 511 | 124 | 66 |
| Binary | 11101100 | 101000 | 10001110 | 0 | 1010011 | 101000 | 111 | 101001001 | 1010100 | 110110 |
Color Harmonies of #EC288E
Complementary color
Monochromatic Colors of #EC288E
Black with #EC288E
Text Example
Text Example
White with #EC288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC288E; }
p { color: rgb(236,40,142); }
H1.HeaderClassName
{
color: #EC288E;
}
.AnyTagClassName
{
color: #EC288E;
}
</style>
background-color css
<style>
a { background-color: #EC288E; }
a { background-color: rgb(236,40,142); }
div.DivClassName
{
background-color: #EC288E;
}
.BgClassName
{
background-color: #EC288E;
}
</style>
border-color css
<style>
span { border-color: #EC288E; }
span { border-color: rgb(236,40,142); }
td.TdClassName
{
border-color: #EC288E;
}
.TagClassName
{
border-color: #EC288E;
}
</style>