Shades of Cerise #EC4465
Tints of Cerise #EC4465
RGB
CMYK
RGB Variations
Color information
#EC4465 (or 0xEC4465) is known color: Cerise. HEX triplet: EC, 44 and 65. RGB value is (236,68,101). Sum of RGB (Red+Green+Blue) = 236+68+101=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4465 is #13BB9A. Grayscale: #7A7A7A. Windows color (decimal): -1293211 or 6636780. OLE color: 6636780.
HSL color Cylindrical-coordinate representation of color #EC4465: hue angle of 348.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4465 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 101 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.07 |
| HSL | 348.21º | 0.82% | 0.6% | - |
| HSV(B) | 348.21º | 0.71% | 0.93% | - |
| XYZ | 39.01 | 22.91 | 14.68 | - |
| YUV | 121.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 101 | 0 | 0.71 | 0.57 | 0.07 | 348.21 | 0.82 | 0.6 |
| Hex | EC | 44 | 65 | 0 | 47 | 39 | 7 | 15C | 52 | 3C |
| Octal | 354 | 104 | 145 | 0 | 107 | 71 | 7 | 534 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1100101 | 0 | 1000111 | 111001 | 111 | 101011100 | 1010010 | 111100 |
Color Harmonies of #EC4465
Complementary color
Monochromatic Colors of #EC4465
Black with #EC4465
Text Example
Text Example
White with #EC4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4465; }
p { color: rgb(236,68,101); }
H1.HeaderClassName
{
color: #EC4465;
}
.AnyTagClassName
{
color: #EC4465;
}
</style>
background-color css
<style>
a { background-color: #EC4465; }
a { background-color: rgb(236,68,101); }
div.DivClassName
{
background-color: #EC4465;
}
.BgClassName
{
background-color: #EC4465;
}
</style>
border-color css
<style>
span { border-color: #EC4465; }
span { border-color: rgb(236,68,101); }
td.TdClassName
{
border-color: #EC4465;
}
.TagClassName
{
border-color: #EC4465;
}
</style>