Shades of Violet Red #EC377E
Tints of Violet Red #EC377E
RGB
CMYK
RGB Variations
Color information
#EC377E (or 0xEC377E) is known color: Violet Red. HEX triplet: EC, 37 and 7E. RGB value is (236,55,126). Sum of RGB (Red+Green+Blue) = 236+55+126=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC377E is #13C881. Grayscale: #757575. Windows color (decimal): -1296514 or 8271852. OLE color: 8271852.
HSL color Cylindrical-coordinate representation of color #EC377E: hue angle of 336.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 #EC377E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 126 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.07 |
| HSL | 336.46º | 0.83% | 0.57% | - |
| HSV(B) | 336.46º | 0.77% | 0.93% | - |
| XYZ | 39.72 | 22.07 | 21.91 | - |
| YUV | 117.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 126 | 0 | 0.77 | 0.47 | 0.07 | 336.46 | 0.83 | 0.57 |
| Hex | EC | 37 | 7E | 0 | 4D | 2F | 7 | 150 | 53 | 39 |
| Octal | 354 | 67 | 176 | 0 | 115 | 57 | 7 | 520 | 123 | 71 |
| Binary | 11101100 | 110111 | 1111110 | 0 | 1001101 | 101111 | 111 | 101010000 | 1010011 | 111001 |
Color Harmonies of #EC377E
Complementary color
Monochromatic Colors of #EC377E
Black with #EC377E
Text Example
Text Example
White with #EC377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC377E; }
p { color: rgb(236,55,126); }
H1.HeaderClassName
{
color: #EC377E;
}
.AnyTagClassName
{
color: #EC377E;
}
</style>
background-color css
<style>
a { background-color: #EC377E; }
a { background-color: rgb(236,55,126); }
div.DivClassName
{
background-color: #EC377E;
}
.BgClassName
{
background-color: #EC377E;
}
</style>
border-color css
<style>
span { border-color: #EC377E; }
span { border-color: rgb(236,55,126); }
td.TdClassName
{
border-color: #EC377E;
}
.TagClassName
{
border-color: #EC377E;
}
</style>