Shades of Violet Red #EF337C
Tints of Violet Red #EF337C
RGB
CMYK
RGB Variations
Color information
#EF337C (or 0xEF337C) is known color: Violet Red. HEX triplet: EF, 33 and 7C. RGB value is (239,51,124). Sum of RGB (Red+Green+Blue) = 239+51+124=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF337C is #10CC83. Grayscale: #737373. Windows color (decimal): -1100932 or 8139759. OLE color: 8139759.
HSL color Cylindrical-coordinate representation of color #EF337C: hue angle of 336.7º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF337C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 124 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.06 |
| HSL | 336.7º | 0.85% | 0.57% | - |
| HSV(B) | 336.7º | 0.79% | 0.94% | - |
| XYZ | 40.42 | 22.17 | 21.22 | - |
| YUV | 115.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 124 | 0 | 0.79 | 0.48 | 0.06 | 336.7 | 0.85 | 0.57 |
| Hex | EF | 33 | 7C | 0 | 4F | 30 | 6 | 151 | 55 | 39 |
| Octal | 357 | 63 | 174 | 0 | 117 | 60 | 6 | 521 | 125 | 71 |
| Binary | 11101111 | 110011 | 1111100 | 0 | 1001111 | 110000 | 110 | 101010001 | 1010101 | 111001 |
Color Harmonies of #EF337C
Complementary color
Monochromatic Colors of #EF337C
Black with #EF337C
Text Example
Text Example
White with #EF337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF337C; }
p { color: rgb(239,51,124); }
H1.HeaderClassName
{
color: #EF337C;
}
.AnyTagClassName
{
color: #EF337C;
}
</style>
background-color css
<style>
a { background-color: #EF337C; }
a { background-color: rgb(239,51,124); }
div.DivClassName
{
background-color: #EF337C;
}
.BgClassName
{
background-color: #EF337C;
}
</style>
border-color css
<style>
span { border-color: #EF337C; }
span { border-color: rgb(239,51,124); }
td.TdClassName
{
border-color: #EF337C;
}
.TagClassName
{
border-color: #EF337C;
}
</style>