Shades of Violet Red #EF397F
Tints of Violet Red #EF397F
RGB
CMYK
RGB Variations
Color information
#EF397F (or 0xEF397F) is known color: Violet Red. HEX triplet: EF, 39 and 7F. RGB value is (239,57,127). Sum of RGB (Red+Green+Blue) = 239+57+127=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF397F is #10C680. Grayscale: #777777. Windows color (decimal): -1099393 or 8337903. OLE color: 8337903.
HSL color Cylindrical-coordinate representation of color #EF397F: hue angle of 336.92º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF397F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 127 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.06 |
| HSL | 336.92º | 0.85% | 0.58% | - |
| HSV(B) | 336.92º | 0.76% | 0.94% | - |
| XYZ | 40.89 | 22.81 | 22.33 | - |
| YUV | 119.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 127 | 0 | 0.76 | 0.47 | 0.06 | 336.92 | 0.85 | 0.58 |
| Hex | EF | 39 | 7F | 0 | 4C | 2F | 6 | 151 | 55 | 3A |
| Octal | 357 | 71 | 177 | 0 | 114 | 57 | 6 | 521 | 125 | 72 |
| Binary | 11101111 | 111001 | 1111111 | 0 | 1001100 | 101111 | 110 | 101010001 | 1010101 | 111010 |
Color Harmonies of #EF397F
Complementary color
Monochromatic Colors of #EF397F
Black with #EF397F
Text Example
Text Example
White with #EF397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF397F; }
p { color: rgb(239,57,127); }
H1.HeaderClassName
{
color: #EF397F;
}
.AnyTagClassName
{
color: #EF397F;
}
</style>
background-color css
<style>
a { background-color: #EF397F; }
a { background-color: rgb(239,57,127); }
div.DivClassName
{
background-color: #EF397F;
}
.BgClassName
{
background-color: #EF397F;
}
</style>
border-color css
<style>
span { border-color: #EF397F; }
span { border-color: rgb(239,57,127); }
td.TdClassName
{
border-color: #EF397F;
}
.TagClassName
{
border-color: #EF397F;
}
</style>