Shades of Cerise #EC3364
Tints of Cerise #EC3364
RGB
CMYK
RGB Variations
Color information
#EC3364 (or 0xEC3364) is known color: Cerise. HEX triplet: EC, 33 and 64. RGB value is (236,51,100). Sum of RGB (Red+Green+Blue) = 236+51+100=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3364 is #13CC9B. Grayscale: #6F6F6F. Windows color (decimal): -1297564 or 6566892. OLE color: 6566892.
HSL color Cylindrical-coordinate representation of color #EC3364: hue angle of 344.11º 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 #EC3364 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 100 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.07 |
| HSL | 344.11º | 0.83% | 0.56% | - |
| HSV(B) | 344.11º | 0.78% | 0.93% | - |
| XYZ | 38.08 | 21.12 | 14.13 | - |
| YUV | 111.9 | 121.29 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 100 | 0 | 0.78 | 0.58 | 0.07 | 344.11 | 0.83 | 0.56 |
| Hex | EC | 33 | 64 | 0 | 4E | 3A | 7 | 158 | 53 | 38 |
| Octal | 354 | 63 | 144 | 0 | 116 | 72 | 7 | 530 | 123 | 70 |
| Binary | 11101100 | 110011 | 1100100 | 0 | 1001110 | 111010 | 111 | 101011000 | 1010011 | 111000 |
Color Harmonies of #EC3364
Complementary color
Monochromatic Colors of #EC3364
Black with #EC3364
Text Example
Text Example
White with #EC3364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3364; }
p { color: rgb(236,51,100); }
H1.HeaderClassName
{
color: #EC3364;
}
.AnyTagClassName
{
color: #EC3364;
}
</style>
background-color css
<style>
a { background-color: #EC3364; }
a { background-color: rgb(236,51,100); }
div.DivClassName
{
background-color: #EC3364;
}
.BgClassName
{
background-color: #EC3364;
}
</style>
border-color css
<style>
span { border-color: #EC3364; }
span { border-color: rgb(236,51,100); }
td.TdClassName
{
border-color: #EC3364;
}
.TagClassName
{
border-color: #EC3364;
}
</style>