Shades of Cerise #EC3360
Tints of Cerise #EC3360
RGB
CMYK
RGB Variations
Color information
#EC3360 (or 0xEC3360) is known color: Cerise. HEX triplet: EC, 33 and 60. RGB value is (236,51,96). Sum of RGB (Red+Green+Blue) = 236+51+96=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3360 is #13CC9F. Grayscale: #6F6F6F. Windows color (decimal): -1297568 or 6304748. OLE color: 6304748.
HSL color Cylindrical-coordinate representation of color #EC3360: hue angle of 345.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3360 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 96 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.07 |
| HSL | 345.41º | 0.83% | 0.56% | - |
| HSV(B) | 345.41º | 0.78% | 0.93% | - |
| XYZ | 37.89 | 21.05 | 13.13 | - |
| YUV | 111.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 96 | 0 | 0.78 | 0.59 | 0.07 | 345.41 | 0.83 | 0.56 |
| Hex | EC | 33 | 60 | 0 | 4E | 3B | 7 | 159 | 53 | 38 |
| Octal | 354 | 63 | 140 | 0 | 116 | 73 | 7 | 531 | 123 | 70 |
| Binary | 11101100 | 110011 | 1100000 | 0 | 1001110 | 111011 | 111 | 101011001 | 1010011 | 111000 |
Color Harmonies of #EC3360
Complementary color
Monochromatic Colors of #EC3360
Black with #EC3360
Text Example
Text Example
White with #EC3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3360; }
p { color: rgb(236,51,96); }
H1.HeaderClassName
{
color: #EC3360;
}
.AnyTagClassName
{
color: #EC3360;
}
</style>
background-color css
<style>
a { background-color: #EC3360; }
a { background-color: rgb(236,51,96); }
div.DivClassName
{
background-color: #EC3360;
}
.BgClassName
{
background-color: #EC3360;
}
</style>
border-color css
<style>
span { border-color: #EC3360; }
span { border-color: rgb(236,51,96); }
td.TdClassName
{
border-color: #EC3360;
}
.TagClassName
{
border-color: #EC3360;
}
</style>