Shades of Cerise #EC276C
Tints of Cerise #EC276C
RGB
CMYK
RGB Variations
Color information
#EC276C (or 0xEC276C) is known color: Cerise. HEX triplet: EC, 27 and 6C. RGB value is (236,39,108). Sum of RGB (Red+Green+Blue) = 236+39+108=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC276C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC276C is #13D893. Grayscale: #696969. Windows color (decimal): -1300628 or 7088108. OLE color: 7088108.
HSL color Cylindrical-coordinate representation of color #EC276C: hue angle of 338.98º 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 #EC276C is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 108 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.07 |
| HSL | 338.98º | 0.84% | 0.54% | - |
| HSV(B) | 338.98º | 0.83% | 0.93% | - |
| XYZ | 38.02 | 20.37 | 16.11 | - |
| YUV | 105.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 108 | 0 | 0.83 | 0.54 | 0.07 | 338.98 | 0.84 | 0.54 |
| Hex | EC | 27 | 6C | 0 | 53 | 36 | 7 | 153 | 54 | 36 |
| Octal | 354 | 47 | 154 | 0 | 123 | 66 | 7 | 523 | 124 | 66 |
| Binary | 11101100 | 100111 | 1101100 | 0 | 1010011 | 110110 | 111 | 101010011 | 1010100 | 110110 |
Color Harmonies of #EC276C
Complementary color
Monochromatic Colors of #EC276C
Black with #EC276C
Text Example
Text Example
White with #EC276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC276C; }
p { color: rgb(236,39,108); }
H1.HeaderClassName
{
color: #EC276C;
}
.AnyTagClassName
{
color: #EC276C;
}
</style>
background-color css
<style>
a { background-color: #EC276C; }
a { background-color: rgb(236,39,108); }
div.DivClassName
{
background-color: #EC276C;
}
.BgClassName
{
background-color: #EC276C;
}
</style>
border-color css
<style>
span { border-color: #EC276C; }
span { border-color: rgb(236,39,108); }
td.TdClassName
{
border-color: #EC276C;
}
.TagClassName
{
border-color: #EC276C;
}
</style>