Shades of Deep Cerise #EC367B
Tints of Deep Cerise #EC367B
RGB
CMYK
RGB Variations
Color information
#EC367B (or 0xEC367B) is known color: Deep Cerise. HEX triplet: EC, 36 and 7B. RGB value is (236,54,123). Sum of RGB (Red+Green+Blue) = 236+54+123=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC367B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC367B is #13C984. Grayscale: #747474. Windows color (decimal): -1296773 or 8074988. OLE color: 8074988.
HSL color Cylindrical-coordinate representation of color #EC367B: hue angle of 337.25º 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 #EC367B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 123 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.07 |
| HSL | 337.25º | 0.83% | 0.57% | - |
| HSV(B) | 337.25º | 0.77% | 0.93% | - |
| XYZ | 39.49 | 21.9 | 20.89 | - |
| YUV | 116.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 123 | 0 | 0.77 | 0.48 | 0.07 | 337.25 | 0.83 | 0.57 |
| Hex | EC | 36 | 7B | 0 | 4D | 30 | 7 | 151 | 53 | 39 |
| Octal | 354 | 66 | 173 | 0 | 115 | 60 | 7 | 521 | 123 | 71 |
| Binary | 11101100 | 110110 | 1111011 | 0 | 1001101 | 110000 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #EC367B
Complementary color
Monochromatic Colors of #EC367B
Black with #EC367B
Text Example
Text Example
White with #EC367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC367B; }
p { color: rgb(236,54,123); }
H1.HeaderClassName
{
color: #EC367B;
}
.AnyTagClassName
{
color: #EC367B;
}
</style>
background-color css
<style>
a { background-color: #EC367B; }
a { background-color: rgb(236,54,123); }
div.DivClassName
{
background-color: #EC367B;
}
.BgClassName
{
background-color: #EC367B;
}
</style>
border-color css
<style>
span { border-color: #EC367B; }
span { border-color: rgb(236,54,123); }
td.TdClassName
{
border-color: #EC367B;
}
.TagClassName
{
border-color: #EC367B;
}
</style>