Shades of Violet Red #EF3982
Tints of Violet Red #EF3982
RGB
CMYK
RGB Variations
Color information
#EF3982 (or 0xEF3982) is known color: Violet Red. HEX triplet: EF, 39 and 82. RGB value is (239,57,130). Sum of RGB (Red+Green+Blue) = 239+57+130=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3982 is #10C67D. Grayscale: #777777. Windows color (decimal): -1099390 or 8534511. OLE color: 8534511.
HSL color Cylindrical-coordinate representation of color #EF3982: hue angle of 335.93º 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 #EF3982 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 130 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.06 |
| HSL | 335.93º | 0.85% | 0.58% | - |
| HSV(B) | 335.93º | 0.76% | 0.94% | - |
| XYZ | 41.09 | 22.89 | 23.37 | - |
| YUV | 119.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 130 | 0 | 0.76 | 0.46 | 0.06 | 335.93 | 0.85 | 0.58 |
| Hex | EF | 39 | 82 | 0 | 4C | 2E | 6 | 150 | 55 | 3A |
| Octal | 357 | 71 | 202 | 0 | 114 | 56 | 6 | 520 | 125 | 72 |
| Binary | 11101111 | 111001 | 10000010 | 0 | 1001100 | 101110 | 110 | 101010000 | 1010101 | 111010 |
Color Harmonies of #EF3982
Complementary color
Monochromatic Colors of #EF3982
Black with #EF3982
Text Example
Text Example
White with #EF3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3982; }
p { color: rgb(239,57,130); }
H1.HeaderClassName
{
color: #EF3982;
}
.AnyTagClassName
{
color: #EF3982;
}
</style>
background-color css
<style>
a { background-color: #EF3982; }
a { background-color: rgb(239,57,130); }
div.DivClassName
{
background-color: #EF3982;
}
.BgClassName
{
background-color: #EF3982;
}
</style>
border-color css
<style>
span { border-color: #EF3982; }
span { border-color: rgb(239,57,130); }
td.TdClassName
{
border-color: #EF3982;
}
.TagClassName
{
border-color: #EF3982;
}
</style>