Shades of Cerise #EC315F
Tints of Cerise #EC315F
RGB
CMYK
RGB Variations
Color information
#EC315F (or 0xEC315F) is known color: Cerise. HEX triplet: EC, 31 and 5F. RGB value is (236,49,95). Sum of RGB (Red+Green+Blue) = 236+49+95=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC315F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC315F is #13CEA0. Grayscale: #6E6E6E. Windows color (decimal): -1298081 or 6238700. OLE color: 6238700.
HSL color Cylindrical-coordinate representation of color #EC315F: hue angle of 345.24º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC315F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 95 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.07 |
| HSL | 345.24º | 0.83% | 0.56% | - |
| HSV(B) | 345.24º | 0.79% | 0.93% | - |
| XYZ | 37.76 | 20.86 | 12.86 | - |
| YUV | 110.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 95 | 0 | 0.79 | 0.60 | 0.07 | 345.24 | 0.83 | 0.56 |
| Hex | EC | 31 | 5F | 0 | 4F | 3C | 7 | 159 | 53 | 38 |
| Octal | 354 | 61 | 137 | 0 | 117 | 74 | 7 | 531 | 123 | 70 |
| Binary | 11101100 | 110001 | 1011111 | 0 | 1001111 | 111100 | 111 | 101011001 | 1010011 | 111000 |
Color Harmonies of #EC315F
Complementary color
Monochromatic Colors of #EC315F
Black with #EC315F
Text Example
Text Example
White with #EC315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC315F; }
p { color: rgb(236,49,95); }
H1.HeaderClassName
{
color: #EC315F;
}
.AnyTagClassName
{
color: #EC315F;
}
</style>
background-color css
<style>
a { background-color: #EC315F; }
a { background-color: rgb(236,49,95); }
div.DivClassName
{
background-color: #EC315F;
}
.BgClassName
{
background-color: #EC315F;
}
</style>
border-color css
<style>
span { border-color: #EC315F; }
span { border-color: rgb(236,49,95); }
td.TdClassName
{
border-color: #EC315F;
}
.TagClassName
{
border-color: #EC315F;
}
</style>