Shades of Cerise #EC266F
Tints of Cerise #EC266F
RGB
CMYK
RGB Variations
Color information
#EC266F (or 0xEC266F) is known color: Cerise. HEX triplet: EC, 26 and 6F. RGB value is (236,38,111). Sum of RGB (Red+Green+Blue) = 236+38+111=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC266F is #13D990. Grayscale: #696969. Windows color (decimal): -1300881 or 7284460. OLE color: 7284460.
HSL color Cylindrical-coordinate representation of color #EC266F: hue angle of 337.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC266F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 111 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.07 |
| HSL | 337.88º | 0.84% | 0.54% | - |
| HSV(B) | 337.88º | 0.84% | 0.93% | - |
| XYZ | 38.15 | 20.37 | 16.96 | - |
| YUV | 105.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 111 | 0 | 0.84 | 0.53 | 0.07 | 337.88 | 0.84 | 0.54 |
| Hex | EC | 26 | 6F | 0 | 54 | 35 | 7 | 152 | 54 | 36 |
| Octal | 354 | 46 | 157 | 0 | 124 | 65 | 7 | 522 | 124 | 66 |
| Binary | 11101100 | 100110 | 1101111 | 0 | 1010100 | 110101 | 111 | 101010010 | 1010100 | 110110 |
Color Harmonies of #EC266F
Complementary color
Monochromatic Colors of #EC266F
Black with #EC266F
Text Example
Text Example
White with #EC266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC266F; }
p { color: rgb(236,38,111); }
H1.HeaderClassName
{
color: #EC266F;
}
.AnyTagClassName
{
color: #EC266F;
}
</style>
background-color css
<style>
a { background-color: #EC266F; }
a { background-color: rgb(236,38,111); }
div.DivClassName
{
background-color: #EC266F;
}
.BgClassName
{
background-color: #EC266F;
}
</style>
border-color css
<style>
span { border-color: #EC266F; }
span { border-color: rgb(236,38,111); }
td.TdClassName
{
border-color: #EC266F;
}
.TagClassName
{
border-color: #EC266F;
}
</style>