Shades of Violet #EF86EF
Tints of Violet #EF86EF
RGB
CMYK
RGB Variations
Color information
#EF86EF (or 0xEF86EF) is known color: Violet. HEX triplet: EF, 86 and EF. RGB value is (239,134,239). Sum of RGB (Red+Green+Blue) = 239+134+239=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF86EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86EF is #107910. Grayscale: #B1B1B1. Windows color (decimal): -1079569 or 15697647. OLE color: 15697647.
HSL color Cylindrical-coordinate representation of color #EF86EF: hue angle of 300º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86EF is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 239 | - |
| CMYK | 0 | 0.44 | 0 | 0.06 |
| HSL | 300º | 0.77% | 0.73% | - |
| HSV(B) | 300º | 0.44% | 0.94% | - |
| XYZ | 59.7 | 41.63 | 86.55 | - |
| YUV | 177.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 239 | 0 | 0.44 | 0 | 0.06 | 300 | 0.77 | 0.73 |
| Hex | EF | 86 | EF | 0 | 2C | 0 | 6 | 12C | 4D | 49 |
| Octal | 357 | 206 | 357 | 0 | 54 | 0 | 6 | 454 | 115 | 111 |
| Binary | 11101111 | 10000110 | 11101111 | 0 | 101100 | 0 | 110 | 100101100 | 1001101 | 1001001 |
Color Harmonies of #EF86EF
Complementary color
Monochromatic Colors of #EF86EF
Black with #EF86EF
Text Example
Text Example
White with #EF86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86EF; }
p { color: rgb(239,134,239); }
H1.HeaderClassName
{
color: #EF86EF;
}
.AnyTagClassName
{
color: #EF86EF;
}
</style>
background-color css
<style>
a { background-color: #EF86EF; }
a { background-color: rgb(239,134,239); }
div.DivClassName
{
background-color: #EF86EF;
}
.BgClassName
{
background-color: #EF86EF;
}
</style>
border-color css
<style>
span { border-color: #EF86EF; }
span { border-color: rgb(239,134,239); }
td.TdClassName
{
border-color: #EF86EF;
}
.TagClassName
{
border-color: #EF86EF;
}
</style>