Shades of Violet Red #EC377B
Tints of Violet Red #EC377B
RGB
CMYK
RGB Variations
Color information
#EC377B (or 0xEC377B) is known color: Violet Red. HEX triplet: EC, 37 and 7B. RGB value is (236,55,123). Sum of RGB (Red+Green+Blue) = 236+55+123=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC377B is #13C884. Grayscale: #747474. Windows color (decimal): -1296517 or 8075244. OLE color: 8075244.
HSL color Cylindrical-coordinate representation of color #EC377B: hue angle of 337.46º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC377B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 123 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.07 |
| HSL | 337.46º | 0.83% | 0.57% | - |
| HSV(B) | 337.46º | 0.77% | 0.93% | - |
| XYZ | 39.53 | 22 | 20.9 | - |
| YUV | 116.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 123 | 0 | 0.77 | 0.48 | 0.07 | 337.46 | 0.83 | 0.57 |
| Hex | EC | 37 | 7B | 0 | 4D | 30 | 7 | 151 | 53 | 39 |
| Octal | 354 | 67 | 173 | 0 | 115 | 60 | 7 | 521 | 123 | 71 |
| Binary | 11101100 | 110111 | 1111011 | 0 | 1001101 | 110000 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #EC377B
Complementary color
Monochromatic Colors of #EC377B
Black with #EC377B
Text Example
Text Example
White with #EC377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC377B; }
p { color: rgb(236,55,123); }
H1.HeaderClassName
{
color: #EC377B;
}
.AnyTagClassName
{
color: #EC377B;
}
</style>
background-color css
<style>
a { background-color: #EC377B; }
a { background-color: rgb(236,55,123); }
div.DivClassName
{
background-color: #EC377B;
}
.BgClassName
{
background-color: #EC377B;
}
</style>
border-color css
<style>
span { border-color: #EC377B; }
span { border-color: rgb(236,55,123); }
td.TdClassName
{
border-color: #EC377B;
}
.TagClassName
{
border-color: #EC377B;
}
</style>