Shades of Cerise #EC2574
Tints of Cerise #EC2574
RGB
CMYK
RGB Variations
Color information
#EC2574 (or 0xEC2574) is known color: Cerise. HEX triplet: EC, 25 and 74. RGB value is (236,37,116). Sum of RGB (Red+Green+Blue) = 236+37+116=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2574 is #13DA8B. Grayscale: #696969. Windows color (decimal): -1301132 or 7611884. OLE color: 7611884.
HSL color Cylindrical-coordinate representation of color #EC2574: hue angle of 336.18º 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 #EC2574 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 116 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.07 |
| HSL | 336.18º | 0.84% | 0.54% | - |
| HSV(B) | 336.18º | 0.84% | 0.93% | - |
| XYZ | 38.41 | 20.42 | 18.44 | - |
| YUV | 105.51 | 133.93 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 116 | 0 | 0.84 | 0.51 | 0.07 | 336.18 | 0.84 | 0.54 |
| Hex | EC | 25 | 74 | 0 | 54 | 33 | 7 | 150 | 54 | 36 |
| Octal | 354 | 45 | 164 | 0 | 124 | 63 | 7 | 520 | 124 | 66 |
| Binary | 11101100 | 100101 | 1110100 | 0 | 1010100 | 110011 | 111 | 101010000 | 1010100 | 110110 |
Color Harmonies of #EC2574
Complementary color
Monochromatic Colors of #EC2574
Black with #EC2574
Text Example
Text Example
White with #EC2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2574; }
p { color: rgb(236,37,116); }
H1.HeaderClassName
{
color: #EC2574;
}
.AnyTagClassName
{
color: #EC2574;
}
</style>
background-color css
<style>
a { background-color: #EC2574; }
a { background-color: rgb(236,37,116); }
div.DivClassName
{
background-color: #EC2574;
}
.BgClassName
{
background-color: #EC2574;
}
</style>
border-color css
<style>
span { border-color: #EC2574; }
span { border-color: rgb(236,37,116); }
td.TdClassName
{
border-color: #EC2574;
}
.TagClassName
{
border-color: #EC2574;
}
</style>