Shades of Deep Cerise #EC368F
Tints of Deep Cerise #EC368F
RGB
CMYK
RGB Variations
Color information
#EC368F (or 0xEC368F) is known color: Deep Cerise. HEX triplet: EC, 36 and 8F. RGB value is (236,54,143). Sum of RGB (Red+Green+Blue) = 236+54+143=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC368F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC368F is #13C970. Grayscale: #767676. Windows color (decimal): -1296753 or 9385708. OLE color: 9385708.
HSL color Cylindrical-coordinate representation of color #EC368F: hue angle of 330.66º 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 #EC368F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 143 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.07 |
| HSL | 330.66º | 0.83% | 0.57% | - |
| HSV(B) | 330.66º | 0.77% | 0.93% | - |
| XYZ | 40.87 | 22.45 | 28.17 | - |
| YUV | 118.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 143 | 0 | 0.77 | 0.39 | 0.07 | 330.66 | 0.83 | 0.57 |
| Hex | EC | 36 | 8F | 0 | 4D | 27 | 7 | 14B | 53 | 39 |
| Octal | 354 | 66 | 217 | 0 | 115 | 47 | 7 | 513 | 123 | 71 |
| Binary | 11101100 | 110110 | 10001111 | 0 | 1001101 | 100111 | 111 | 101001011 | 1010011 | 111001 |
Color Harmonies of #EC368F
Complementary color
Monochromatic Colors of #EC368F
Black with #EC368F
Text Example
Text Example
White with #EC368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC368F; }
p { color: rgb(236,54,143); }
H1.HeaderClassName
{
color: #EC368F;
}
.AnyTagClassName
{
color: #EC368F;
}
</style>
background-color css
<style>
a { background-color: #EC368F; }
a { background-color: rgb(236,54,143); }
div.DivClassName
{
background-color: #EC368F;
}
.BgClassName
{
background-color: #EC368F;
}
</style>
border-color css
<style>
span { border-color: #EC368F; }
span { border-color: rgb(236,54,143); }
td.TdClassName
{
border-color: #EC368F;
}
.TagClassName
{
border-color: #EC368F;
}
</style>