Shades of Cerise #EC286E
Tints of Cerise #EC286E
RGB
CMYK
RGB Variations
Color information
#EC286E (or 0xEC286E) is known color: Cerise. HEX triplet: EC, 28 and 6E. RGB value is (236,40,110). Sum of RGB (Red+Green+Blue) = 236+40+110=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC286E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC286E is #13D791. Grayscale: #6A6A6A. Windows color (decimal): -1300370 or 7219436. OLE color: 7219436.
HSL color Cylindrical-coordinate representation of color #EC286E: hue angle of 338.57º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC286E is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 110 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.07 |
| HSL | 338.57º | 0.84% | 0.54% | - |
| HSV(B) | 338.57º | 0.83% | 0.93% | - |
| XYZ | 38.17 | 20.48 | 16.69 | - |
| YUV | 106.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 110 | 0 | 0.83 | 0.53 | 0.07 | 338.57 | 0.84 | 0.54 |
| Hex | EC | 28 | 6E | 0 | 53 | 35 | 7 | 153 | 54 | 36 |
| Octal | 354 | 50 | 156 | 0 | 123 | 65 | 7 | 523 | 124 | 66 |
| Binary | 11101100 | 101000 | 1101110 | 0 | 1010011 | 110101 | 111 | 101010011 | 1010100 | 110110 |
Color Harmonies of #EC286E
Complementary color
Monochromatic Colors of #EC286E
Black with #EC286E
Text Example
Text Example
White with #EC286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC286E; }
p { color: rgb(236,40,110); }
H1.HeaderClassName
{
color: #EC286E;
}
.AnyTagClassName
{
color: #EC286E;
}
</style>
background-color css
<style>
a { background-color: #EC286E; }
a { background-color: rgb(236,40,110); }
div.DivClassName
{
background-color: #EC286E;
}
.BgClassName
{
background-color: #EC286E;
}
</style>
border-color css
<style>
span { border-color: #EC286E; }
span { border-color: rgb(236,40,110); }
td.TdClassName
{
border-color: #EC286E;
}
.TagClassName
{
border-color: #EC286E;
}
</style>