Shades of Cerise #EC3765
Tints of Cerise #EC3765
RGB
CMYK
RGB Variations
Color information
#EC3765 (or 0xEC3765) is known color: Cerise. HEX triplet: EC, 37 and 65. RGB value is (236,55,101). Sum of RGB (Red+Green+Blue) = 236+55+101=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3765 is #13C89A. Grayscale: #727272. Windows color (decimal): -1296539 or 6633452. OLE color: 6633452.
HSL color Cylindrical-coordinate representation of color #EC3765: hue angle of 344.75º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3765 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 101 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.07 |
| HSL | 344.75º | 0.83% | 0.57% | - |
| HSV(B) | 344.75º | 0.77% | 0.93% | - |
| XYZ | 38.31 | 21.5 | 14.44 | - |
| YUV | 114.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 101 | 0 | 0.77 | 0.57 | 0.07 | 344.75 | 0.83 | 0.57 |
| Hex | EC | 37 | 65 | 0 | 4D | 39 | 7 | 159 | 53 | 39 |
| Octal | 354 | 67 | 145 | 0 | 115 | 71 | 7 | 531 | 123 | 71 |
| Binary | 11101100 | 110111 | 1100101 | 0 | 1001101 | 111001 | 111 | 101011001 | 1010011 | 111001 |
Color Harmonies of #EC3765
Complementary color
Monochromatic Colors of #EC3765
Black with #EC3765
Text Example
Text Example
White with #EC3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3765; }
p { color: rgb(236,55,101); }
H1.HeaderClassName
{
color: #EC3765;
}
.AnyTagClassName
{
color: #EC3765;
}
</style>
background-color css
<style>
a { background-color: #EC3765; }
a { background-color: rgb(236,55,101); }
div.DivClassName
{
background-color: #EC3765;
}
.BgClassName
{
background-color: #EC3765;
}
</style>
border-color css
<style>
span { border-color: #EC3765; }
span { border-color: rgb(236,55,101); }
td.TdClassName
{
border-color: #EC3765;
}
.TagClassName
{
border-color: #EC3765;
}
</style>