Shades of Deep Cerise #EC378F
Tints of Deep Cerise #EC378F
RGB
CMYK
RGB Variations
Color information
#EC378F (or 0xEC378F) is known color: Deep Cerise. HEX triplet: EC, 37 and 8F. RGB value is (236,55,143). Sum of RGB (Red+Green+Blue) = 236+55+143=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC378F is #13C870. Grayscale: #767676. Windows color (decimal): -1296497 or 9385964. OLE color: 9385964.
HSL color Cylindrical-coordinate representation of color #EC378F: hue angle of 330.83º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC378F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 143 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.07 |
| HSL | 330.83º | 0.83% | 0.57% | - |
| HSV(B) | 330.83º | 0.77% | 0.93% | - |
| XYZ | 40.92 | 22.55 | 28.18 | - |
| YUV | 119.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 143 | 0 | 0.77 | 0.39 | 0.07 | 330.83 | 0.83 | 0.57 |
| Hex | EC | 37 | 8F | 0 | 4D | 27 | 7 | 14B | 53 | 39 |
| Octal | 354 | 67 | 217 | 0 | 115 | 47 | 7 | 513 | 123 | 71 |
| Binary | 11101100 | 110111 | 10001111 | 0 | 1001101 | 100111 | 111 | 101001011 | 1010011 | 111001 |
Color Harmonies of #EC378F
Complementary color
Monochromatic Colors of #EC378F
Black with #EC378F
Text Example
Text Example
White with #EC378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC378F; }
p { color: rgb(236,55,143); }
H1.HeaderClassName
{
color: #EC378F;
}
.AnyTagClassName
{
color: #EC378F;
}
</style>
background-color css
<style>
a { background-color: #EC378F; }
a { background-color: rgb(236,55,143); }
div.DivClassName
{
background-color: #EC378F;
}
.BgClassName
{
background-color: #EC378F;
}
</style>
border-color css
<style>
span { border-color: #EC378F; }
span { border-color: rgb(236,55,143); }
td.TdClassName
{
border-color: #EC378F;
}
.TagClassName
{
border-color: #EC378F;
}
</style>