Shades of Cerise #EC3165
Tints of Cerise #EC3165
RGB
CMYK
RGB Variations
Color information
#EC3165 (or 0xEC3165) is known color: Cerise. HEX triplet: EC, 31 and 65. RGB value is (236,49,101). Sum of RGB (Red+Green+Blue) = 236+49+101=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3165 is #13CE9A. Grayscale: #6E6E6E. Windows color (decimal): -1298075 or 6631916. OLE color: 6631916.
HSL color Cylindrical-coordinate representation of color #EC3165: hue angle of 343.32º 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 #EC3165 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 101 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.07 |
| HSL | 343.32º | 0.83% | 0.56% | - |
| HSV(B) | 343.32º | 0.79% | 0.93% | - |
| XYZ | 38.04 | 20.97 | 14.35 | - |
| YUV | 110.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 101 | 0 | 0.79 | 0.57 | 0.07 | 343.32 | 0.83 | 0.56 |
| Hex | EC | 31 | 65 | 0 | 4F | 39 | 7 | 157 | 53 | 38 |
| Octal | 354 | 61 | 145 | 0 | 117 | 71 | 7 | 527 | 123 | 70 |
| Binary | 11101100 | 110001 | 1100101 | 0 | 1001111 | 111001 | 111 | 101010111 | 1010011 | 111000 |
Color Harmonies of #EC3165
Complementary color
Monochromatic Colors of #EC3165
Black with #EC3165
Text Example
Text Example
White with #EC3165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3165; }
p { color: rgb(236,49,101); }
H1.HeaderClassName
{
color: #EC3165;
}
.AnyTagClassName
{
color: #EC3165;
}
</style>
background-color css
<style>
a { background-color: #EC3165; }
a { background-color: rgb(236,49,101); }
div.DivClassName
{
background-color: #EC3165;
}
.BgClassName
{
background-color: #EC3165;
}
</style>
border-color css
<style>
span { border-color: #EC3165; }
span { border-color: rgb(236,49,101); }
td.TdClassName
{
border-color: #EC3165;
}
.TagClassName
{
border-color: #EC3165;
}
</style>