Shades of Violet #EF83F8
Tints of Violet #EF83F8
RGB
CMYK
RGB Variations
Color information
#EF83F8 (or 0xEF83F8) is known color: Violet. HEX triplet: EF, 83 and F8. RGB value is (239,131,248). Sum of RGB (Red+Green+Blue) = 239+131+248=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF83F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83F8 is #107C07. Grayscale: #B0B0B0. Windows color (decimal): -1080328 or 16286703. OLE color: 16286703.
HSL color Cylindrical-coordinate representation of color #EF83F8: hue angle of 295.38º degrees, saturation: 0.89, 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 #EF83F8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 131 | 248 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.03 |
| HSL | 295.38º | 0.89% | 0.74% | - |
| HSV(B) | 295.38º | 0.47% | 0.97% | - |
| XYZ | 60.66 | 41.36 | 93.59 | - |
| YUV | 176.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 248 | 0.04 | 0.47 | 0 | 0.03 | 295.38 | 0.89 | 0.74 |
| Hex | EF | 83 | F8 | 4 | 2F | 0 | 3 | 127 | 59 | 4A |
| Octal | 357 | 203 | 370 | 4 | 57 | 0 | 3 | 447 | 131 | 112 |
| Binary | 11101111 | 10000011 | 11111000 | 100 | 101111 | 0 | 11 | 100100111 | 1011001 | 1001010 |
Color Harmonies of #EF83F8
Complementary color
Monochromatic Colors of #EF83F8
Black with #EF83F8
Text Example
Text Example
White with #EF83F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83F8; }
p { color: rgb(239,131,248); }
H1.HeaderClassName
{
color: #EF83F8;
}
.AnyTagClassName
{
color: #EF83F8;
}
</style>
background-color css
<style>
a { background-color: #EF83F8; }
a { background-color: rgb(239,131,248); }
div.DivClassName
{
background-color: #EF83F8;
}
.BgClassName
{
background-color: #EF83F8;
}
</style>
border-color css
<style>
span { border-color: #EF83F8; }
span { border-color: rgb(239,131,248); }
td.TdClassName
{
border-color: #EF83F8;
}
.TagClassName
{
border-color: #EF83F8;
}
</style>