Shades of Violet #EF86FA
Tints of Violet #EF86FA
RGB
CMYK
RGB Variations
Color information
#EF86FA (or 0xEF86FA) is known color: Violet. HEX triplet: EF, 86 and FA. RGB value is (239,134,250). Sum of RGB (Red+Green+Blue) = 239+134+250=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86FA is #107905. Grayscale: #B2B2B2. Windows color (decimal): -1079558 or 16418543. OLE color: 16418543.
HSL color Cylindrical-coordinate representation of color #EF86FA: hue angle of 294.31º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF86FA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 134 | 250 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.02 |
| HSL | 294.31º | 0.92% | 0.75% | - |
| HSV(B) | 294.31º | 0.46% | 0.98% | - |
| XYZ | 61.38 | 42.3 | 95.37 | - |
| YUV | 178.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 250 | 0.04 | 0.46 | 0 | 0.02 | 294.31 | 0.92 | 0.75 |
| Hex | EF | 86 | FA | 4 | 2E | 0 | 2 | 126 | 5C | 4B |
| Octal | 357 | 206 | 372 | 4 | 56 | 0 | 2 | 446 | 134 | 113 |
| Binary | 11101111 | 10000110 | 11111010 | 100 | 101110 | 0 | 10 | 100100110 | 1011100 | 1001011 |
Color Harmonies of #EF86FA
Complementary color
Monochromatic Colors of #EF86FA
Black with #EF86FA
Text Example
Text Example
White with #EF86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86FA; }
p { color: rgb(239,134,250); }
H1.HeaderClassName
{
color: #EF86FA;
}
.AnyTagClassName
{
color: #EF86FA;
}
</style>
background-color css
<style>
a { background-color: #EF86FA; }
a { background-color: rgb(239,134,250); }
div.DivClassName
{
background-color: #EF86FA;
}
.BgClassName
{
background-color: #EF86FA;
}
</style>
border-color css
<style>
span { border-color: #EF86FA; }
span { border-color: rgb(239,134,250); }
td.TdClassName
{
border-color: #EF86FA;
}
.TagClassName
{
border-color: #EF86FA;
}
</style>