Shades of Deep Cerise #EC288B
Tints of Deep Cerise #EC288B
RGB
CMYK
RGB Variations
Color information
#EC288B (or 0xEC288B) is known color: Deep Cerise. HEX triplet: EC, 28 and 8B. RGB value is (236,40,139). Sum of RGB (Red+Green+Blue) = 236+40+139=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC288B is #13D774. Grayscale: #6D6D6D. Windows color (decimal): -1300341 or 9119980. OLE color: 9119980.
HSL color Cylindrical-coordinate representation of color #EC288B: hue angle of 329.69º 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 #EC288B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 139 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.69º | 0.84% | 0.54% | - |
| HSV(B) | 329.69º | 0.83% | 0.93% | - |
| XYZ | 40.01 | 21.21 | 26.41 | - |
| YUV | 109.89 | 144.43 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 139 | 0 | 0.83 | 0.41 | 0.07 | 329.69 | 0.84 | 0.54 |
| Hex | EC | 28 | 8B | 0 | 53 | 29 | 7 | 14A | 54 | 36 |
| Octal | 354 | 50 | 213 | 0 | 123 | 51 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 101000 | 10001011 | 0 | 1010011 | 101001 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC288B
Complementary color
Monochromatic Colors of #EC288B
Black with #EC288B
Text Example
Text Example
White with #EC288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC288B; }
p { color: rgb(236,40,139); }
H1.HeaderClassName
{
color: #EC288B;
}
.AnyTagClassName
{
color: #EC288B;
}
</style>
background-color css
<style>
a { background-color: #EC288B; }
a { background-color: rgb(236,40,139); }
div.DivClassName
{
background-color: #EC288B;
}
.BgClassName
{
background-color: #EC288B;
}
</style>
border-color css
<style>
span { border-color: #EC288B; }
span { border-color: rgb(236,40,139); }
td.TdClassName
{
border-color: #EC288B;
}
.TagClassName
{
border-color: #EC288B;
}
</style>