Shades of Cerise #EC2275
Tints of Cerise #EC2275
RGB
CMYK
RGB Variations
Color information
#EC2275 (or 0xEC2275) is known color: Cerise. HEX triplet: EC, 22 and 75. RGB value is (236,34,117). Sum of RGB (Red+Green+Blue) = 236+34+117=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2275 is #13DD8A. Grayscale: #676767. Windows color (decimal): -1301899 or 7676652. OLE color: 7676652.
HSL color Cylindrical-coordinate representation of color #EC2275: hue angle of 335.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2275 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 117 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.07 |
| HSL | 335.35º | 0.84% | 0.53% | - |
| HSV(B) | 335.35º | 0.86% | 0.93% | - |
| XYZ | 38.37 | 20.26 | 18.72 | - |
| YUV | 103.86 | 135.42 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 117 | 0 | 0.86 | 0.50 | 0.07 | 335.35 | 0.84 | 0.53 |
| Hex | EC | 22 | 75 | 0 | 56 | 32 | 7 | 14F | 54 | 35 |
| Octal | 354 | 42 | 165 | 0 | 126 | 62 | 7 | 517 | 124 | 65 |
| Binary | 11101100 | 100010 | 1110101 | 0 | 1010110 | 110010 | 111 | 101001111 | 1010100 | 110101 |
Color Harmonies of #EC2275
Complementary color
Monochromatic Colors of #EC2275
Black with #EC2275
Text Example
Text Example
White with #EC2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2275; }
p { color: rgb(236,34,117); }
H1.HeaderClassName
{
color: #EC2275;
}
.AnyTagClassName
{
color: #EC2275;
}
</style>
background-color css
<style>
a { background-color: #EC2275; }
a { background-color: rgb(236,34,117); }
div.DivClassName
{
background-color: #EC2275;
}
.BgClassName
{
background-color: #EC2275;
}
</style>
border-color css
<style>
span { border-color: #EC2275; }
span { border-color: rgb(236,34,117); }
td.TdClassName
{
border-color: #EC2275;
}
.TagClassName
{
border-color: #EC2275;
}
</style>