Shades of Cerise #EC315D
Tints of Cerise #EC315D
RGB
CMYK
RGB Variations
Color information
#EC315D (or 0xEC315D) is known color: Cerise. HEX triplet: EC, 31 and 5D. RGB value is (236,49,93). Sum of RGB (Red+Green+Blue) = 236+49+93=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC315D is #13CEA2. Grayscale: #6D6D6D. Windows color (decimal): -1298083 or 6107628. OLE color: 6107628.
HSL color Cylindrical-coordinate representation of color #EC315D: hue angle of 345.88º 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 #EC315D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 93 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.07 |
| HSL | 345.88º | 0.83% | 0.56% | - |
| HSV(B) | 345.88º | 0.79% | 0.93% | - |
| XYZ | 37.67 | 20.82 | 12.39 | - |
| YUV | 109.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 93 | 0 | 0.79 | 0.61 | 0.07 | 345.88 | 0.83 | 0.56 |
| Hex | EC | 31 | 5D | 0 | 4F | 3D | 7 | 15A | 53 | 38 |
| Octal | 354 | 61 | 135 | 0 | 117 | 75 | 7 | 532 | 123 | 70 |
| Binary | 11101100 | 110001 | 1011101 | 0 | 1001111 | 111101 | 111 | 101011010 | 1010011 | 111000 |
Color Harmonies of #EC315D
Complementary color
Monochromatic Colors of #EC315D
Black with #EC315D
Text Example
Text Example
White with #EC315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC315D; }
p { color: rgb(236,49,93); }
H1.HeaderClassName
{
color: #EC315D;
}
.AnyTagClassName
{
color: #EC315D;
}
</style>
background-color css
<style>
a { background-color: #EC315D; }
a { background-color: rgb(236,49,93); }
div.DivClassName
{
background-color: #EC315D;
}
.BgClassName
{
background-color: #EC315D;
}
</style>
border-color css
<style>
span { border-color: #EC315D; }
span { border-color: rgb(236,49,93); }
td.TdClassName
{
border-color: #EC315D;
}
.TagClassName
{
border-color: #EC315D;
}
</style>