Shades of Cerise #EC2975
Tints of Cerise #EC2975
RGB
CMYK
RGB Variations
Color information
#EC2975 (or 0xEC2975) is known color: Cerise. HEX triplet: EC, 29 and 75. RGB value is (236,41,117). Sum of RGB (Red+Green+Blue) = 236+41+117=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2975 is #13D68A. Grayscale: #6B6B6B. Windows color (decimal): -1300107 or 7678444. OLE color: 7678444.
HSL color Cylindrical-coordinate representation of color #EC2975: hue angle of 336.62º 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 #EC2975 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 117 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.07 |
| HSL | 336.62º | 0.84% | 0.54% | - |
| HSV(B) | 336.62º | 0.83% | 0.93% | - |
| XYZ | 38.6 | 20.7 | 18.79 | - |
| YUV | 107.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 117 | 0 | 0.83 | 0.50 | 0.07 | 336.62 | 0.84 | 0.54 |
| Hex | EC | 29 | 75 | 0 | 53 | 32 | 7 | 151 | 54 | 36 |
| Octal | 354 | 51 | 165 | 0 | 123 | 62 | 7 | 521 | 124 | 66 |
| Binary | 11101100 | 101001 | 1110101 | 0 | 1010011 | 110010 | 111 | 101010001 | 1010100 | 110110 |
Color Harmonies of #EC2975
Complementary color
Monochromatic Colors of #EC2975
Black with #EC2975
Text Example
Text Example
White with #EC2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2975; }
p { color: rgb(236,41,117); }
H1.HeaderClassName
{
color: #EC2975;
}
.AnyTagClassName
{
color: #EC2975;
}
</style>
background-color css
<style>
a { background-color: #EC2975; }
a { background-color: rgb(236,41,117); }
div.DivClassName
{
background-color: #EC2975;
}
.BgClassName
{
background-color: #EC2975;
}
</style>
border-color css
<style>
span { border-color: #EC2975; }
span { border-color: rgb(236,41,117); }
td.TdClassName
{
border-color: #EC2975;
}
.TagClassName
{
border-color: #EC2975;
}
</style>