Shades of Violet Red #EF3983
Tints of Violet Red #EF3983
RGB
CMYK
RGB Variations
Color information
#EF3983 (or 0xEF3983) is known color: Violet Red. HEX triplet: EF, 39 and 83. RGB value is (239,57,131). Sum of RGB (Red+Green+Blue) = 239+57+131=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3983 is #10C67C. Grayscale: #777777. Windows color (decimal): -1099389 or 8600047. OLE color: 8600047.
HSL color Cylindrical-coordinate representation of color #EF3983: hue angle of 335.6º 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 #EF3983 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 131 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.06 |
| HSL | 335.6º | 0.85% | 0.58% | - |
| HSV(B) | 335.6º | 0.76% | 0.94% | - |
| XYZ | 41.16 | 22.92 | 23.73 | - |
| YUV | 119.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 131 | 0 | 0.76 | 0.45 | 0.06 | 335.6 | 0.85 | 0.58 |
| Hex | EF | 39 | 83 | 0 | 4C | 2D | 6 | 150 | 55 | 3A |
| Octal | 357 | 71 | 203 | 0 | 114 | 55 | 6 | 520 | 125 | 72 |
| Binary | 11101111 | 111001 | 10000011 | 0 | 1001100 | 101101 | 110 | 101010000 | 1010101 | 111010 |
Color Harmonies of #EF3983
Complementary color
Monochromatic Colors of #EF3983
Black with #EF3983
Text Example
Text Example
White with #EF3983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3983; }
p { color: rgb(239,57,131); }
H1.HeaderClassName
{
color: #EF3983;
}
.AnyTagClassName
{
color: #EF3983;
}
</style>
background-color css
<style>
a { background-color: #EF3983; }
a { background-color: rgb(239,57,131); }
div.DivClassName
{
background-color: #EF3983;
}
.BgClassName
{
background-color: #EF3983;
}
</style>
border-color css
<style>
span { border-color: #EF3983; }
span { border-color: rgb(239,57,131); }
td.TdClassName
{
border-color: #EF3983;
}
.TagClassName
{
border-color: #EF3983;
}
</style>