Shades of Cerise #EC2671
Tints of Cerise #EC2671
RGB
CMYK
RGB Variations
Color information
#EC2671 (or 0xEC2671) is known color: Cerise. HEX triplet: EC, 26 and 71. RGB value is (236,38,113). Sum of RGB (Red+Green+Blue) = 236+38+113=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2671 is #13D98E. Grayscale: #696969. Windows color (decimal): -1300879 or 7415532. OLE color: 7415532.
HSL color Cylindrical-coordinate representation of color #EC2671: hue angle of 337.27º 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 #EC2671 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 113 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.07 |
| HSL | 337.27º | 0.84% | 0.54% | - |
| HSV(B) | 337.27º | 0.84% | 0.93% | - |
| XYZ | 38.27 | 20.41 | 17.55 | - |
| YUV | 105.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 113 | 0 | 0.84 | 0.52 | 0.07 | 337.27 | 0.84 | 0.54 |
| Hex | EC | 26 | 71 | 0 | 54 | 34 | 7 | 151 | 54 | 36 |
| Octal | 354 | 46 | 161 | 0 | 124 | 64 | 7 | 521 | 124 | 66 |
| Binary | 11101100 | 100110 | 1110001 | 0 | 1010100 | 110100 | 111 | 101010001 | 1010100 | 110110 |
Color Harmonies of #EC2671
Complementary color
Monochromatic Colors of #EC2671
Black with #EC2671
Text Example
Text Example
White with #EC2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2671; }
p { color: rgb(236,38,113); }
H1.HeaderClassName
{
color: #EC2671;
}
.AnyTagClassName
{
color: #EC2671;
}
</style>
background-color css
<style>
a { background-color: #EC2671; }
a { background-color: rgb(236,38,113); }
div.DivClassName
{
background-color: #EC2671;
}
.BgClassName
{
background-color: #EC2671;
}
</style>
border-color css
<style>
span { border-color: #EC2671; }
span { border-color: rgb(236,38,113); }
td.TdClassName
{
border-color: #EC2671;
}
.TagClassName
{
border-color: #EC2671;
}
</style>