Shades of Violet #EF83F7
Tints of Violet #EF83F7
RGB
CMYK
RGB Variations
Color information
#EF83F7 (or 0xEF83F7) is known color: Violet. HEX triplet: EF, 83 and F7. RGB value is (239,131,247). Sum of RGB (Red+Green+Blue) = 239+131+247=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF83F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83F7 is #107C08. Grayscale: #B0B0B0. Windows color (decimal): -1080329 or 16221167. OLE color: 16221167.
HSL color Cylindrical-coordinate representation of color #EF83F7: hue angle of 295.86º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF83F7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 131 | 247 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.03 |
| HSL | 295.86º | 0.88% | 0.74% | - |
| HSV(B) | 295.86º | 0.47% | 0.97% | - |
| XYZ | 60.5 | 41.3 | 92.78 | - |
| YUV | 176.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 247 | 0.03 | 0.47 | 0 | 0.03 | 295.86 | 0.88 | 0.74 |
| Hex | EF | 83 | F7 | 3 | 2F | 0 | 3 | 128 | 58 | 4A |
| Octal | 357 | 203 | 367 | 3 | 57 | 0 | 3 | 450 | 130 | 112 |
| Binary | 11101111 | 10000011 | 11110111 | 11 | 101111 | 0 | 11 | 100101000 | 1011000 | 1001010 |
Color Harmonies of #EF83F7
Complementary color
Monochromatic Colors of #EF83F7
Black with #EF83F7
Text Example
Text Example
White with #EF83F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83F7; }
p { color: rgb(239,131,247); }
H1.HeaderClassName
{
color: #EF83F7;
}
.AnyTagClassName
{
color: #EF83F7;
}
</style>
background-color css
<style>
a { background-color: #EF83F7; }
a { background-color: rgb(239,131,247); }
div.DivClassName
{
background-color: #EF83F7;
}
.BgClassName
{
background-color: #EF83F7;
}
</style>
border-color css
<style>
span { border-color: #EF83F7; }
span { border-color: rgb(239,131,247); }
td.TdClassName
{
border-color: #EF83F7;
}
.TagClassName
{
border-color: #EF83F7;
}
</style>