Shades of Violet Red #EF357C
Tints of Violet Red #EF357C
RGB
CMYK
RGB Variations
Color information
#EF357C (or 0xEF357C) is known color: Violet Red. HEX triplet: EF, 35 and 7C. RGB value is (239,53,124). Sum of RGB (Red+Green+Blue) = 239+53+124=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF357C is #10CA83. Grayscale: #747474. Windows color (decimal): -1100420 or 8140271. OLE color: 8140271.
HSL color Cylindrical-coordinate representation of color #EF357C: hue angle of 337.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF357C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 124 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.06 |
| HSL | 337.1º | 0.85% | 0.57% | - |
| HSV(B) | 337.1º | 0.78% | 0.94% | - |
| XYZ | 40.51 | 22.35 | 21.25 | - |
| YUV | 116.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 124 | 0 | 0.78 | 0.48 | 0.06 | 337.1 | 0.85 | 0.57 |
| Hex | EF | 35 | 7C | 0 | 4E | 30 | 6 | 151 | 55 | 39 |
| Octal | 357 | 65 | 174 | 0 | 116 | 60 | 6 | 521 | 125 | 71 |
| Binary | 11101111 | 110101 | 1111100 | 0 | 1001110 | 110000 | 110 | 101010001 | 1010101 | 111001 |
Color Harmonies of #EF357C
Complementary color
Monochromatic Colors of #EF357C
Black with #EF357C
Text Example
Text Example
White with #EF357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF357C; }
p { color: rgb(239,53,124); }
H1.HeaderClassName
{
color: #EF357C;
}
.AnyTagClassName
{
color: #EF357C;
}
</style>
background-color css
<style>
a { background-color: #EF357C; }
a { background-color: rgb(239,53,124); }
div.DivClassName
{
background-color: #EF357C;
}
.BgClassName
{
background-color: #EF357C;
}
</style>
border-color css
<style>
span { border-color: #EF357C; }
span { border-color: rgb(239,53,124); }
td.TdClassName
{
border-color: #EF357C;
}
.TagClassName
{
border-color: #EF357C;
}
</style>