Shades of Violet Red #EF377C
Tints of Violet Red #EF377C
RGB
CMYK
RGB Variations
Color information
#EF377C (or 0xEF377C) is known color: Violet Red. HEX triplet: EF, 37 and 7C. RGB value is (239,55,124). Sum of RGB (Red+Green+Blue) = 239+55+124=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF377C is #10C883. Grayscale: #757575. Windows color (decimal): -1099908 or 8140783. OLE color: 8140783.
HSL color Cylindrical-coordinate representation of color #EF377C: hue angle of 337.5º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF377C is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 124 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.06 |
| HSL | 337.5º | 0.85% | 0.58% | - |
| HSV(B) | 337.5º | 0.77% | 0.94% | - |
| XYZ | 40.6 | 22.54 | 21.28 | - |
| YUV | 117.88 | 131.46 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 124 | 0 | 0.77 | 0.48 | 0.06 | 337.5 | 0.85 | 0.58 |
| Hex | EF | 37 | 7C | 0 | 4D | 30 | 6 | 152 | 55 | 3A |
| Octal | 357 | 67 | 174 | 0 | 115 | 60 | 6 | 522 | 125 | 72 |
| Binary | 11101111 | 110111 | 1111100 | 0 | 1001101 | 110000 | 110 | 101010010 | 1010101 | 111010 |
Color Harmonies of #EF377C
Complementary color
Monochromatic Colors of #EF377C
Black with #EF377C
Text Example
Text Example
White with #EF377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF377C; }
p { color: rgb(239,55,124); }
H1.HeaderClassName
{
color: #EF377C;
}
.AnyTagClassName
{
color: #EF377C;
}
</style>
background-color css
<style>
a { background-color: #EF377C; }
a { background-color: rgb(239,55,124); }
div.DivClassName
{
background-color: #EF377C;
}
.BgClassName
{
background-color: #EF377C;
}
</style>
border-color css
<style>
span { border-color: #EF377C; }
span { border-color: rgb(239,55,124); }
td.TdClassName
{
border-color: #EF377C;
}
.TagClassName
{
border-color: #EF377C;
}
</style>