Shades of Deep Cerise #EC318B
Tints of Deep Cerise #EC318B
RGB
CMYK
RGB Variations
Color information
#EC318B (or 0xEC318B) is known color: Deep Cerise. HEX triplet: EC, 31 and 8B. RGB value is (236,49,139). Sum of RGB (Red+Green+Blue) = 236+49+139=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC318B is #13CE74. Grayscale: #737373. Windows color (decimal): -1298037 or 9122284. OLE color: 9122284.
HSL color Cylindrical-coordinate representation of color #EC318B: hue angle of 331.12º 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 #EC318B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 139 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.07 |
| HSL | 331.12º | 0.83% | 0.56% | - |
| HSV(B) | 331.12º | 0.79% | 0.93% | - |
| XYZ | 40.35 | 21.89 | 26.53 | - |
| YUV | 115.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 139 | 0 | 0.79 | 0.41 | 0.07 | 331.12 | 0.83 | 0.56 |
| Hex | EC | 31 | 8B | 0 | 4F | 29 | 7 | 14B | 53 | 38 |
| Octal | 354 | 61 | 213 | 0 | 117 | 51 | 7 | 513 | 123 | 70 |
| Binary | 11101100 | 110001 | 10001011 | 0 | 1001111 | 101001 | 111 | 101001011 | 1010011 | 111000 |
Color Harmonies of #EC318B
Complementary color
Monochromatic Colors of #EC318B
Black with #EC318B
Text Example
Text Example
White with #EC318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC318B; }
p { color: rgb(236,49,139); }
H1.HeaderClassName
{
color: #EC318B;
}
.AnyTagClassName
{
color: #EC318B;
}
</style>
background-color css
<style>
a { background-color: #EC318B; }
a { background-color: rgb(236,49,139); }
div.DivClassName
{
background-color: #EC318B;
}
.BgClassName
{
background-color: #EC318B;
}
</style>
border-color css
<style>
span { border-color: #EC318B; }
span { border-color: rgb(236,49,139); }
td.TdClassName
{
border-color: #EC318B;
}
.TagClassName
{
border-color: #EC318B;
}
</style>