Shades of Deep Cerise #EC368C
Tints of Deep Cerise #EC368C
RGB
CMYK
RGB Variations
Color information
#EC368C (or 0xEC368C) is known color: Deep Cerise. HEX triplet: EC, 36 and 8C. RGB value is (236,54,140). Sum of RGB (Red+Green+Blue) = 236+54+140=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC368C is #13C973. Grayscale: #767676. Windows color (decimal): -1296756 or 9189100. OLE color: 9189100.
HSL color Cylindrical-coordinate representation of color #EC368C: hue angle of 331.65º 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 #EC368C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 140 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.07 |
| HSL | 331.65º | 0.83% | 0.57% | - |
| HSV(B) | 331.65º | 0.77% | 0.93% | - |
| XYZ | 40.64 | 22.36 | 26.99 | - |
| YUV | 118.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 140 | 0 | 0.77 | 0.41 | 0.07 | 331.65 | 0.83 | 0.57 |
| Hex | EC | 36 | 8C | 0 | 4D | 29 | 7 | 14C | 53 | 39 |
| Octal | 354 | 66 | 214 | 0 | 115 | 51 | 7 | 514 | 123 | 71 |
| Binary | 11101100 | 110110 | 10001100 | 0 | 1001101 | 101001 | 111 | 101001100 | 1010011 | 111001 |
Color Harmonies of #EC368C
Complementary color
Monochromatic Colors of #EC368C
Black with #EC368C
Text Example
Text Example
White with #EC368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC368C; }
p { color: rgb(236,54,140); }
H1.HeaderClassName
{
color: #EC368C;
}
.AnyTagClassName
{
color: #EC368C;
}
</style>
background-color css
<style>
a { background-color: #EC368C; }
a { background-color: rgb(236,54,140); }
div.DivClassName
{
background-color: #EC368C;
}
.BgClassName
{
background-color: #EC368C;
}
</style>
border-color css
<style>
span { border-color: #EC368C; }
span { border-color: rgb(236,54,140); }
td.TdClassName
{
border-color: #EC368C;
}
.TagClassName
{
border-color: #EC368C;
}
</style>