Shades of Deep Cerise #EC278B
Tints of Deep Cerise #EC278B
RGB
CMYK
RGB Variations
Color information
#EC278B (or 0xEC278B) is known color: Deep Cerise. HEX triplet: EC, 27 and 8B. RGB value is (236,39,139). Sum of RGB (Red+Green+Blue) = 236+39+139=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC278B is #13D874. Grayscale: #6D6D6D. Windows color (decimal): -1300597 or 9119724. OLE color: 9119724.
HSL color Cylindrical-coordinate representation of color #EC278B: hue angle of 329.54º 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 #EC278B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 139 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.54º | 0.84% | 0.54% | - |
| HSV(B) | 329.54º | 0.83% | 0.93% | - |
| XYZ | 39.98 | 21.15 | 26.4 | - |
| YUV | 109.3 | 144.77 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 139 | 0 | 0.83 | 0.41 | 0.07 | 329.54 | 0.84 | 0.54 |
| Hex | EC | 27 | 8B | 0 | 53 | 29 | 7 | 14A | 54 | 36 |
| Octal | 354 | 47 | 213 | 0 | 123 | 51 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 100111 | 10001011 | 0 | 1010011 | 101001 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC278B
Complementary color
Monochromatic Colors of #EC278B
Black with #EC278B
Text Example
Text Example
White with #EC278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC278B; }
p { color: rgb(236,39,139); }
H1.HeaderClassName
{
color: #EC278B;
}
.AnyTagClassName
{
color: #EC278B;
}
</style>
background-color css
<style>
a { background-color: #EC278B; }
a { background-color: rgb(236,39,139); }
div.DivClassName
{
background-color: #EC278B;
}
.BgClassName
{
background-color: #EC278B;
}
</style>
border-color css
<style>
span { border-color: #EC278B; }
span { border-color: rgb(236,39,139); }
td.TdClassName
{
border-color: #EC278B;
}
.TagClassName
{
border-color: #EC278B;
}
</style>