Shades of Cerise #EC3065
Tints of Cerise #EC3065
RGB
CMYK
RGB Variations
Color information
#EC3065 (or 0xEC3065) is known color: Cerise. HEX triplet: EC, 30 and 65. RGB value is (236,48,101). Sum of RGB (Red+Green+Blue) = 236+48+101=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3065 is #13CF9A. Grayscale: #6E6E6E. Windows color (decimal): -1298331 or 6631660. OLE color: 6631660.
HSL color Cylindrical-coordinate representation of color #EC3065: hue angle of 343.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3065 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 101 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.07 |
| HSL | 343.09º | 0.83% | 0.56% | - |
| HSV(B) | 343.09º | 0.8% | 0.93% | - |
| XYZ | 38 | 20.89 | 14.34 | - |
| YUV | 110.25 | 122.78 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 101 | 0 | 0.80 | 0.57 | 0.07 | 343.09 | 0.83 | 0.56 |
| Hex | EC | 30 | 65 | 0 | 50 | 39 | 7 | 157 | 53 | 38 |
| Octal | 354 | 60 | 145 | 0 | 120 | 71 | 7 | 527 | 123 | 70 |
| Binary | 11101100 | 110000 | 1100101 | 0 | 1010000 | 111001 | 111 | 101010111 | 1010011 | 111000 |
Color Harmonies of #EC3065
Complementary color
Monochromatic Colors of #EC3065
Black with #EC3065
Text Example
Text Example
White with #EC3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3065; }
p { color: rgb(236,48,101); }
H1.HeaderClassName
{
color: #EC3065;
}
.AnyTagClassName
{
color: #EC3065;
}
</style>
background-color css
<style>
a { background-color: #EC3065; }
a { background-color: rgb(236,48,101); }
div.DivClassName
{
background-color: #EC3065;
}
.BgClassName
{
background-color: #EC3065;
}
</style>
border-color css
<style>
span { border-color: #EC3065; }
span { border-color: rgb(236,48,101); }
td.TdClassName
{
border-color: #EC3065;
}
.TagClassName
{
border-color: #EC3065;
}
</style>