Shades of Deep Cerise #EC378D
Tints of Deep Cerise #EC378D
RGB
CMYK
RGB Variations
Color information
#EC378D (or 0xEC378D) is known color: Deep Cerise. HEX triplet: EC, 37 and 8D. RGB value is (236,55,141). Sum of RGB (Red+Green+Blue) = 236+55+141=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC378D is #13C872. Grayscale: #767676. Windows color (decimal): -1296499 or 9254892. OLE color: 9254892.
HSL color Cylindrical-coordinate representation of color #EC378D: hue angle of 331.49º 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 #EC378D is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 141 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.07 |
| HSL | 331.49º | 0.83% | 0.57% | - |
| HSV(B) | 331.49º | 0.77% | 0.93% | - |
| XYZ | 40.77 | 22.49 | 27.39 | - |
| YUV | 118.92 | 140.47 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 141 | 0 | 0.77 | 0.40 | 0.07 | 331.49 | 0.83 | 0.57 |
| Hex | EC | 37 | 8D | 0 | 4D | 28 | 7 | 14B | 53 | 39 |
| Octal | 354 | 67 | 215 | 0 | 115 | 50 | 7 | 513 | 123 | 71 |
| Binary | 11101100 | 110111 | 10001101 | 0 | 1001101 | 101000 | 111 | 101001011 | 1010011 | 111001 |
Color Harmonies of #EC378D
Complementary color
Monochromatic Colors of #EC378D
Black with #EC378D
Text Example
Text Example
White with #EC378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC378D; }
p { color: rgb(236,55,141); }
H1.HeaderClassName
{
color: #EC378D;
}
.AnyTagClassName
{
color: #EC378D;
}
</style>
background-color css
<style>
a { background-color: #EC378D; }
a { background-color: rgb(236,55,141); }
div.DivClassName
{
background-color: #EC378D;
}
.BgClassName
{
background-color: #EC378D;
}
</style>
border-color css
<style>
span { border-color: #EC378D; }
span { border-color: rgb(236,55,141); }
td.TdClassName
{
border-color: #EC378D;
}
.TagClassName
{
border-color: #EC378D;
}
</style>