Shades of Deep Cerise #EC278F
Tints of Deep Cerise #EC278F
RGB
CMYK
RGB Variations
Color information
#EC278F (or 0xEC278F) is known color: Deep Cerise. HEX triplet: EC, 27 and 8F. RGB value is (236,39,143). Sum of RGB (Red+Green+Blue) = 236+39+143=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC278F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC278F is #13D870. Grayscale: #6D6D6D. Windows color (decimal): -1300593 or 9381868. OLE color: 9381868.
HSL color Cylindrical-coordinate representation of color #EC278F: hue angle of 328.32º 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 #EC278F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 143 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.07 |
| HSL | 328.32º | 0.84% | 0.54% | - |
| HSV(B) | 328.32º | 0.83% | 0.93% | - |
| XYZ | 40.28 | 21.27 | 27.97 | - |
| YUV | 109.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 143 | 0 | 0.83 | 0.39 | 0.07 | 328.32 | 0.84 | 0.54 |
| Hex | EC | 27 | 8F | 0 | 53 | 27 | 7 | 148 | 54 | 36 |
| Octal | 354 | 47 | 217 | 0 | 123 | 47 | 7 | 510 | 124 | 66 |
| Binary | 11101100 | 100111 | 10001111 | 0 | 1010011 | 100111 | 111 | 101001000 | 1010100 | 110110 |
Color Harmonies of #EC278F
Complementary color
Monochromatic Colors of #EC278F
Black with #EC278F
Text Example
Text Example
White with #EC278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC278F; }
p { color: rgb(236,39,143); }
H1.HeaderClassName
{
color: #EC278F;
}
.AnyTagClassName
{
color: #EC278F;
}
</style>
background-color css
<style>
a { background-color: #EC278F; }
a { background-color: rgb(236,39,143); }
div.DivClassName
{
background-color: #EC278F;
}
.BgClassName
{
background-color: #EC278F;
}
</style>
border-color css
<style>
span { border-color: #EC278F; }
span { border-color: rgb(236,39,143); }
td.TdClassName
{
border-color: #EC278F;
}
.TagClassName
{
border-color: #EC278F;
}
</style>