Shades of Violet #EF83FA
Tints of Violet #EF83FA
RGB
CMYK
RGB Variations
Color information
#EF83FA (or 0xEF83FA) is known color: Violet. HEX triplet: EF, 83 and FA. RGB value is (239,131,250). Sum of RGB (Red+Green+Blue) = 239+131+250=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF83FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83FA is #107C05. Grayscale: #B0B0B0. Windows color (decimal): -1080326 or 16417775. OLE color: 16417775.
HSL color Cylindrical-coordinate representation of color #EF83FA: hue angle of 294.45º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF83FA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 131 | 250 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.02 |
| HSL | 294.45º | 0.92% | 0.75% | - |
| HSV(B) | 294.45º | 0.48% | 0.98% | - |
| XYZ | 60.97 | 41.49 | 95.24 | - |
| YUV | 176.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 250 | 0.04 | 0.48 | 0 | 0.02 | 294.45 | 0.92 | 0.75 |
| Hex | EF | 83 | FA | 4 | 30 | 0 | 2 | 126 | 5C | 4B |
| Octal | 357 | 203 | 372 | 4 | 60 | 0 | 2 | 446 | 134 | 113 |
| Binary | 11101111 | 10000011 | 11111010 | 100 | 110000 | 0 | 10 | 100100110 | 1011100 | 1001011 |
Color Harmonies of #EF83FA
Complementary color
Monochromatic Colors of #EF83FA
Black with #EF83FA
Text Example
Text Example
White with #EF83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83FA; }
p { color: rgb(239,131,250); }
H1.HeaderClassName
{
color: #EF83FA;
}
.AnyTagClassName
{
color: #EF83FA;
}
</style>
background-color css
<style>
a { background-color: #EF83FA; }
a { background-color: rgb(239,131,250); }
div.DivClassName
{
background-color: #EF83FA;
}
.BgClassName
{
background-color: #EF83FA;
}
</style>
border-color css
<style>
span { border-color: #EF83FA; }
span { border-color: rgb(239,131,250); }
td.TdClassName
{
border-color: #EF83FA;
}
.TagClassName
{
border-color: #EF83FA;
}
</style>