Shades of Cerise #EC4265
Tints of Cerise #EC4265
RGB
CMYK
RGB Variations
Color information
#EC4265 (or 0xEC4265) is known color: Cerise. HEX triplet: EC, 42 and 65. RGB value is (236,66,101). Sum of RGB (Red+Green+Blue) = 236+66+101=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4265 is #13BD9A. Grayscale: #787878. Windows color (decimal): -1293723 or 6636268. OLE color: 6636268.
HSL color Cylindrical-coordinate representation of color #EC4265: hue angle of 347.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4265 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 101 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.07 |
| HSL | 347.65º | 0.82% | 0.59% | - |
| HSV(B) | 347.65º | 0.72% | 0.93% | - |
| XYZ | 38.89 | 22.67 | 14.64 | - |
| YUV | 120.82 | 116.82 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 101 | 0 | 0.72 | 0.57 | 0.07 | 347.65 | 0.82 | 0.59 |
| Hex | EC | 42 | 65 | 0 | 48 | 39 | 7 | 15C | 52 | 3B |
| Octal | 354 | 102 | 145 | 0 | 110 | 71 | 7 | 534 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1100101 | 0 | 1001000 | 111001 | 111 | 101011100 | 1010010 | 111011 |
Color Harmonies of #EC4265
Complementary color
Monochromatic Colors of #EC4265
Black with #EC4265
Text Example
Text Example
White with #EC4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4265; }
p { color: rgb(236,66,101); }
H1.HeaderClassName
{
color: #EC4265;
}
.AnyTagClassName
{
color: #EC4265;
}
</style>
background-color css
<style>
a { background-color: #EC4265; }
a { background-color: rgb(236,66,101); }
div.DivClassName
{
background-color: #EC4265;
}
.BgClassName
{
background-color: #EC4265;
}
</style>
border-color css
<style>
span { border-color: #EC4265; }
span { border-color: rgb(236,66,101); }
td.TdClassName
{
border-color: #EC4265;
}
.TagClassName
{
border-color: #EC4265;
}
</style>