Shades of Deep Cerise #EC288C
Tints of Deep Cerise #EC288C
RGB
CMYK
RGB Variations
Color information
#EC288C (or 0xEC288C) is known color: Deep Cerise. HEX triplet: EC, 28 and 8C. RGB value is (236,40,140). Sum of RGB (Red+Green+Blue) = 236+40+140=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC288C is #13D773. Grayscale: #6D6D6D. Windows color (decimal): -1300340 or 9185516. OLE color: 9185516.
HSL color Cylindrical-coordinate representation of color #EC288C: hue angle of 329.39º 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 #EC288C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 140 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.39º | 0.84% | 0.54% | - |
| HSV(B) | 329.39º | 0.83% | 0.93% | - |
| XYZ | 40.08 | 21.24 | 26.8 | - |
| YUV | 110 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 140 | 0 | 0.83 | 0.41 | 0.07 | 329.39 | 0.84 | 0.54 |
| Hex | EC | 28 | 8C | 0 | 53 | 29 | 7 | 149 | 54 | 36 |
| Octal | 354 | 50 | 214 | 0 | 123 | 51 | 7 | 511 | 124 | 66 |
| Binary | 11101100 | 101000 | 10001100 | 0 | 1010011 | 101001 | 111 | 101001001 | 1010100 | 110110 |
Color Harmonies of #EC288C
Complementary color
Monochromatic Colors of #EC288C
Black with #EC288C
Text Example
Text Example
White with #EC288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC288C; }
p { color: rgb(236,40,140); }
H1.HeaderClassName
{
color: #EC288C;
}
.AnyTagClassName
{
color: #EC288C;
}
</style>
background-color css
<style>
a { background-color: #EC288C; }
a { background-color: rgb(236,40,140); }
div.DivClassName
{
background-color: #EC288C;
}
.BgClassName
{
background-color: #EC288C;
}
</style>
border-color css
<style>
span { border-color: #EC288C; }
span { border-color: rgb(236,40,140); }
td.TdClassName
{
border-color: #EC288C;
}
.TagClassName
{
border-color: #EC288C;
}
</style>