Shades of Violet #EF83FE
Tints of Violet #EF83FE
RGB
CMYK
RGB Variations
Color information
#EF83FE (or 0xEF83FE) is known color: Violet. HEX triplet: EF, 83 and FE. RGB value is (239,131,254). Sum of RGB (Red+Green+Blue) = 239+131+254=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 131 (51.56% from 255 or 20.99% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83FE is #107C01. Grayscale: #B0B0B0. Windows color (decimal): -1080322 or 16679919. OLE color: 16679919.
HSL color Cylindrical-coordinate representation of color #EF83FE: hue angle of 292.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF83FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 131 | 254 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.00 |
| HSL | 292.68º | 0.98% | 0.75% | - |
| HSV(B) | 292.68º | 0.48% | 1% | - |
| XYZ | 61.6 | 41.74 | 98.58 | - |
| YUV | 177.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 254 | 0.06 | 0.48 | 0 | 0.00 | 292.68 | 0.98 | 0.75 |
| Hex | EF | 83 | FE | 6 | 30 | 0 | 0 | 125 | 62 | 4B |
| Octal | 357 | 203 | 376 | 6 | 60 | 0 | 0 | 445 | 142 | 113 |
| Binary | 11101111 | 10000011 | 11111110 | 110 | 110000 | 0 | 0 | 100100101 | 1100010 | 1001011 |
Color Harmonies of #EF83FE
Complementary color
Monochromatic Colors of #EF83FE
Black with #EF83FE
Text Example
Text Example
White with #EF83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83FE; }
p { color: rgb(239,131,254); }
H1.HeaderClassName
{
color: #EF83FE;
}
.AnyTagClassName
{
color: #EF83FE;
}
</style>
background-color css
<style>
a { background-color: #EF83FE; }
a { background-color: rgb(239,131,254); }
div.DivClassName
{
background-color: #EF83FE;
}
.BgClassName
{
background-color: #EF83FE;
}
</style>
border-color css
<style>
span { border-color: #EF83FE; }
span { border-color: rgb(239,131,254); }
td.TdClassName
{
border-color: #EF83FE;
}
.TagClassName
{
border-color: #EF83FE;
}
</style>