Shades of Violet #EF86EE
Tints of Violet #EF86EE
RGB
CMYK
RGB Variations
Color information
#EF86EE (or 0xEF86EE) is known color: Violet. HEX triplet: EF, 86 and EE. RGB value is (239,134,238). Sum of RGB (Red+Green+Blue) = 239+134+238=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86EE is #107911. Grayscale: #B0B0B0. Windows color (decimal): -1079570 or 15632111. OLE color: 15632111.
HSL color Cylindrical-coordinate representation of color #EF86EE: hue angle of 300.57º 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 #EF86EE is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 238 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.06 |
| HSL | 300.57º | 0.77% | 0.73% | - |
| HSV(B) | 300.57º | 0.44% | 0.94% | - |
| XYZ | 59.55 | 41.57 | 85.77 | - |
| YUV | 177.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 238 | 0 | 0.44 | 0.00 | 0.06 | 300.57 | 0.77 | 0.73 |
| Hex | EF | 86 | EE | 0 | 2C | 0 | 6 | 12D | 4D | 49 |
| Octal | 357 | 206 | 356 | 0 | 54 | 0 | 6 | 455 | 115 | 111 |
| Binary | 11101111 | 10000110 | 11101110 | 0 | 101100 | 0 | 110 | 100101101 | 1001101 | 1001001 |
Color Harmonies of #EF86EE
Complementary color
Monochromatic Colors of #EF86EE
Black with #EF86EE
Text Example
Text Example
White with #EF86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86EE; }
p { color: rgb(239,134,238); }
H1.HeaderClassName
{
color: #EF86EE;
}
.AnyTagClassName
{
color: #EF86EE;
}
</style>
background-color css
<style>
a { background-color: #EF86EE; }
a { background-color: rgb(239,134,238); }
div.DivClassName
{
background-color: #EF86EE;
}
.BgClassName
{
background-color: #EF86EE;
}
</style>
border-color css
<style>
span { border-color: #EF86EE; }
span { border-color: rgb(239,134,238); }
td.TdClassName
{
border-color: #EF86EE;
}
.TagClassName
{
border-color: #EF86EE;
}
</style>