Shades of Deep Cerise #EC317B
Tints of Deep Cerise #EC317B
RGB
CMYK
RGB Variations
Color information
#EC317B (or 0xEC317B) is known color: Deep Cerise. HEX triplet: EC, 31 and 7B. RGB value is (236,49,123). Sum of RGB (Red+Green+Blue) = 236+49+123=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC317B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC317B is #13CE84. Grayscale: #717171. Windows color (decimal): -1298053 or 8073708. OLE color: 8073708.
HSL color Cylindrical-coordinate representation of color #EC317B: hue angle of 336.26º 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 #EC317B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 123 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.07 |
| HSL | 336.26º | 0.83% | 0.56% | - |
| HSV(B) | 336.26º | 0.79% | 0.93% | - |
| XYZ | 39.27 | 21.46 | 20.81 | - |
| YUV | 113.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 123 | 0 | 0.79 | 0.48 | 0.07 | 336.26 | 0.83 | 0.56 |
| Hex | EC | 31 | 7B | 0 | 4F | 30 | 7 | 150 | 53 | 38 |
| Octal | 354 | 61 | 173 | 0 | 117 | 60 | 7 | 520 | 123 | 70 |
| Binary | 11101100 | 110001 | 1111011 | 0 | 1001111 | 110000 | 111 | 101010000 | 1010011 | 111000 |
Color Harmonies of #EC317B
Complementary color
Monochromatic Colors of #EC317B
Black with #EC317B
Text Example
Text Example
White with #EC317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC317B; }
p { color: rgb(236,49,123); }
H1.HeaderClassName
{
color: #EC317B;
}
.AnyTagClassName
{
color: #EC317B;
}
</style>
background-color css
<style>
a { background-color: #EC317B; }
a { background-color: rgb(236,49,123); }
div.DivClassName
{
background-color: #EC317B;
}
.BgClassName
{
background-color: #EC317B;
}
</style>
border-color css
<style>
span { border-color: #EC317B; }
span { border-color: rgb(236,49,123); }
td.TdClassName
{
border-color: #EC317B;
}
.TagClassName
{
border-color: #EC317B;
}
</style>