Shades of Cerise #EC276A
Tints of Cerise #EC276A
RGB
CMYK
RGB Variations
Color information
#EC276A (or 0xEC276A) is known color: Cerise. HEX triplet: EC, 27 and 6A. RGB value is (236,39,106). Sum of RGB (Red+Green+Blue) = 236+39+106=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC276A is #13D895. Grayscale: #696969. Windows color (decimal): -1300630 or 6957036. OLE color: 6957036.
HSL color Cylindrical-coordinate representation of color #EC276A: hue angle of 339.59º 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 #EC276A is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 106 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.07 |
| HSL | 339.59º | 0.84% | 0.54% | - |
| HSV(B) | 339.59º | 0.83% | 0.93% | - |
| XYZ | 37.92 | 20.32 | 15.56 | - |
| YUV | 105.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 106 | 0 | 0.83 | 0.55 | 0.07 | 339.59 | 0.84 | 0.54 |
| Hex | EC | 27 | 6A | 0 | 53 | 37 | 7 | 154 | 54 | 36 |
| Octal | 354 | 47 | 152 | 0 | 123 | 67 | 7 | 524 | 124 | 66 |
| Binary | 11101100 | 100111 | 1101010 | 0 | 1010011 | 110111 | 111 | 101010100 | 1010100 | 110110 |
Color Harmonies of #EC276A
Complementary color
Monochromatic Colors of #EC276A
Black with #EC276A
Text Example
Text Example
White with #EC276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC276A; }
p { color: rgb(236,39,106); }
H1.HeaderClassName
{
color: #EC276A;
}
.AnyTagClassName
{
color: #EC276A;
}
</style>
background-color css
<style>
a { background-color: #EC276A; }
a { background-color: rgb(236,39,106); }
div.DivClassName
{
background-color: #EC276A;
}
.BgClassName
{
background-color: #EC276A;
}
</style>
border-color css
<style>
span { border-color: #EC276A; }
span { border-color: rgb(236,39,106); }
td.TdClassName
{
border-color: #EC276A;
}
.TagClassName
{
border-color: #EC276A;
}
</style>