Shades of Violet #EF83FB
Tints of Violet #EF83FB
RGB
CMYK
RGB Variations
Color information
#EF83FB (or 0xEF83FB) is known color: Violet. HEX triplet: EF, 83 and FB. RGB value is (239,131,251). Sum of RGB (Red+Green+Blue) = 239+131+251=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 131 (51.56% from 255 or 21.10% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF83FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83FB is #107C04. Grayscale: #B0B0B0. Windows color (decimal): -1080325 or 16483311. OLE color: 16483311.
HSL color Cylindrical-coordinate representation of color #EF83FB: hue angle of 294º degrees, saturation: 0.94, 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 #EF83FB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 131 | 251 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.02 |
| HSL | 294º | 0.94% | 0.75% | - |
| HSV(B) | 294º | 0.48% | 0.98% | - |
| XYZ | 61.13 | 41.55 | 96.06 | - |
| YUV | 176.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 251 | 0.05 | 0.48 | 0 | 0.02 | 294 | 0.94 | 0.75 |
| Hex | EF | 83 | FB | 5 | 30 | 0 | 2 | 126 | 5E | 4B |
| Octal | 357 | 203 | 373 | 5 | 60 | 0 | 2 | 446 | 136 | 113 |
| Binary | 11101111 | 10000011 | 11111011 | 101 | 110000 | 0 | 10 | 100100110 | 1011110 | 1001011 |
Color Harmonies of #EF83FB
Complementary color
Monochromatic Colors of #EF83FB
Black with #EF83FB
Text Example
Text Example
White with #EF83FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83FB; }
p { color: rgb(239,131,251); }
H1.HeaderClassName
{
color: #EF83FB;
}
.AnyTagClassName
{
color: #EF83FB;
}
</style>
background-color css
<style>
a { background-color: #EF83FB; }
a { background-color: rgb(239,131,251); }
div.DivClassName
{
background-color: #EF83FB;
}
.BgClassName
{
background-color: #EF83FB;
}
</style>
border-color css
<style>
span { border-color: #EF83FB; }
span { border-color: rgb(239,131,251); }
td.TdClassName
{
border-color: #EF83FB;
}
.TagClassName
{
border-color: #EF83FB;
}
</style>