Shades of Cerise #EC3260
Tints of Cerise #EC3260
RGB
CMYK
RGB Variations
Color information
#EC3260 (or 0xEC3260) is known color: Cerise. HEX triplet: EC, 32 and 60. RGB value is (236,50,96). Sum of RGB (Red+Green+Blue) = 236+50+96=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3260 is #13CD9F. Grayscale: #6E6E6E. Windows color (decimal): -1297824 or 6304492. OLE color: 6304492.
HSL color Cylindrical-coordinate representation of color #EC3260: hue angle of 345.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3260 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 96 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.07 |
| HSL | 345.16º | 0.83% | 0.56% | - |
| HSV(B) | 345.16º | 0.79% | 0.93% | - |
| XYZ | 37.84 | 20.96 | 13.12 | - |
| YUV | 110.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 96 | 0 | 0.79 | 0.59 | 0.07 | 345.16 | 0.83 | 0.56 |
| Hex | EC | 32 | 60 | 0 | 4F | 3B | 7 | 159 | 53 | 38 |
| Octal | 354 | 62 | 140 | 0 | 117 | 73 | 7 | 531 | 123 | 70 |
| Binary | 11101100 | 110010 | 1100000 | 0 | 1001111 | 111011 | 111 | 101011001 | 1010011 | 111000 |
Color Harmonies of #EC3260
Complementary color
Monochromatic Colors of #EC3260
Black with #EC3260
Text Example
Text Example
White with #EC3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3260; }
p { color: rgb(236,50,96); }
H1.HeaderClassName
{
color: #EC3260;
}
.AnyTagClassName
{
color: #EC3260;
}
</style>
background-color css
<style>
a { background-color: #EC3260; }
a { background-color: rgb(236,50,96); }
div.DivClassName
{
background-color: #EC3260;
}
.BgClassName
{
background-color: #EC3260;
}
</style>
border-color css
<style>
span { border-color: #EC3260; }
span { border-color: rgb(236,50,96); }
td.TdClassName
{
border-color: #EC3260;
}
.TagClassName
{
border-color: #EC3260;
}
</style>