Shades of Violet Red #EF3A83
Tints of Violet Red #EF3A83
RGB
CMYK
RGB Variations
Color information
#EF3A83 (or 0xEF3A83) is known color: Violet Red. HEX triplet: EF, 3A and 83. RGB value is (239,58,131). Sum of RGB (Red+Green+Blue) = 239+58+131=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3A83 is #10C57C. Grayscale: #787878. Windows color (decimal): -1099133 or 8600303. OLE color: 8600303.
HSL color Cylindrical-coordinate representation of color #EF3A83: hue angle of 335.8º 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 #EF3A83 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 131 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.06 |
| HSL | 335.8º | 0.85% | 0.58% | - |
| HSV(B) | 335.8º | 0.76% | 0.94% | - |
| XYZ | 41.21 | 23.02 | 23.74 | - |
| YUV | 120.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 131 | 0 | 0.76 | 0.45 | 0.06 | 335.8 | 0.85 | 0.58 |
| Hex | EF | 3A | 83 | 0 | 4C | 2D | 6 | 150 | 55 | 3A |
| Octal | 357 | 72 | 203 | 0 | 114 | 55 | 6 | 520 | 125 | 72 |
| Binary | 11101111 | 111010 | 10000011 | 0 | 1001100 | 101101 | 110 | 101010000 | 1010101 | 111010 |
Color Harmonies of #EF3A83
Complementary color
Monochromatic Colors of #EF3A83
Black with #EF3A83
Text Example
Text Example
White with #EF3A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A83; }
p { color: rgb(239,58,131); }
H1.HeaderClassName
{
color: #EF3A83;
}
.AnyTagClassName
{
color: #EF3A83;
}
</style>
background-color css
<style>
a { background-color: #EF3A83; }
a { background-color: rgb(239,58,131); }
div.DivClassName
{
background-color: #EF3A83;
}
.BgClassName
{
background-color: #EF3A83;
}
</style>
border-color css
<style>
span { border-color: #EF3A83; }
span { border-color: rgb(239,58,131); }
td.TdClassName
{
border-color: #EF3A83;
}
.TagClassName
{
border-color: #EF3A83;
}
</style>