Shades of Violet #EF83FF
Tints of Violet #EF83FF
RGB
CMYK
RGB Variations
Color information
#EF83FF (or 0xEF83FF) is known color: Violet. HEX triplet: EF, 83 and FF. RGB value is (239,131,255). Sum of RGB (Red+Green+Blue) = 239+131+255=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 131 (51.56% from 255 or 20.96% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83FF is #107C00. Grayscale: #B1B1B1. Windows color (decimal): -1080321 or 16745455. OLE color: 16745455.
HSL color Cylindrical-coordinate representation of color #EF83FF: hue angle of 292.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF83FF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 131 | 255 | - |
| CMYK | 0.06 | 0.49 | 0 | 0 |
| HSL | 292.26º | 1% | 0.76% | - |
| HSV(B) | 292.26º | 0.49% | 1% | - |
| XYZ | 61.76 | 41.8 | 99.42 | - |
| YUV | 177.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 255 | 0.06 | 0.49 | 0 | 0 | 292.26 | 1 | 0.76 |
| Hex | EF | 83 | FF | 6 | 31 | 0 | 0 | 124 | 64 | 4C |
| Octal | 357 | 203 | 377 | 6 | 61 | 0 | 0 | 444 | 144 | 114 |
| Binary | 11101111 | 10000011 | 11111111 | 110 | 110001 | 0 | 0 | 100100100 | 1100100 | 1001100 |
Color Harmonies of #EF83FF
Complementary color
Monochromatic Colors of #EF83FF
Black with #EF83FF
Text Example
Text Example
White with #EF83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83FF; }
p { color: rgb(239,131,255); }
H1.HeaderClassName
{
color: #EF83FF;
}
.AnyTagClassName
{
color: #EF83FF;
}
</style>
background-color css
<style>
a { background-color: #EF83FF; }
a { background-color: rgb(239,131,255); }
div.DivClassName
{
background-color: #EF83FF;
}
.BgClassName
{
background-color: #EF83FF;
}
</style>
border-color css
<style>
span { border-color: #EF83FF; }
span { border-color: rgb(239,131,255); }
td.TdClassName
{
border-color: #EF83FF;
}
.TagClassName
{
border-color: #EF83FF;
}
</style>