Shades of Violet Red #EC387C
Tints of Violet Red #EC387C
RGB
CMYK
RGB Variations
Color information
#EC387C (or 0xEC387C) is known color: Violet Red. HEX triplet: EC, 38 and 7C. RGB value is (236,56,124). Sum of RGB (Red+Green+Blue) = 236+56+124=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC387C is #13C783. Grayscale: #757575. Windows color (decimal): -1296260 or 8141036. OLE color: 8141036.
HSL color Cylindrical-coordinate representation of color #EC387C: hue angle of 337.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC387C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 124 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.07 |
| HSL | 337.33º | 0.83% | 0.57% | - |
| HSV(B) | 337.33º | 0.76% | 0.93% | - |
| XYZ | 39.64 | 22.12 | 21.25 | - |
| YUV | 117.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 124 | 0 | 0.76 | 0.47 | 0.07 | 337.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 7C | 0 | 4C | 2F | 7 | 151 | 53 | 39 |
| Octal | 354 | 70 | 174 | 0 | 114 | 57 | 7 | 521 | 123 | 71 |
| Binary | 11101100 | 111000 | 1111100 | 0 | 1001100 | 101111 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #EC387C
Complementary color
Monochromatic Colors of #EC387C
Black with #EC387C
Text Example
Text Example
White with #EC387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC387C; }
p { color: rgb(236,56,124); }
H1.HeaderClassName
{
color: #EC387C;
}
.AnyTagClassName
{
color: #EC387C;
}
</style>
background-color css
<style>
a { background-color: #EC387C; }
a { background-color: rgb(236,56,124); }
div.DivClassName
{
background-color: #EC387C;
}
.BgClassName
{
background-color: #EC387C;
}
</style>
border-color css
<style>
span { border-color: #EC387C; }
span { border-color: rgb(236,56,124); }
td.TdClassName
{
border-color: #EC387C;
}
.TagClassName
{
border-color: #EC387C;
}
</style>