Shades of Violet #E986EE
Tints of Violet #E986EE
RGB
CMYK
RGB Variations
Color information
#E986EE (or 0xE986EE) is known color: Violet. HEX triplet: E9, 86 and EE. RGB value is (233,134,238). Sum of RGB (Red+Green+Blue) = 233+134+238=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #E986EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986EE is #167911. Grayscale: #AFAFAF. Windows color (decimal): -1472786 or 15632105. OLE color: 15632105.
HSL color Cylindrical-coordinate representation of color #E986EE: hue angle of 297.12º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E986EE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 134 | 238 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.07 |
| HSL | 297.12º | 0.75% | 0.73% | - |
| HSV(B) | 297.12º | 0.44% | 0.93% | - |
| XYZ | 57.56 | 40.55 | 85.68 | - |
| YUV | 175.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 238 | 0.02 | 0.44 | 0 | 0.07 | 297.12 | 0.75 | 0.73 |
| Hex | E9 | 86 | EE | 2 | 2C | 0 | 7 | 129 | 4B | 49 |
| Octal | 351 | 206 | 356 | 2 | 54 | 0 | 7 | 451 | 113 | 111 |
| Binary | 11101001 | 10000110 | 11101110 | 10 | 101100 | 0 | 111 | 100101001 | 1001011 | 1001001 |
Color Harmonies of #E986EE
Complementary color
Monochromatic Colors of #E986EE
Black with #E986EE
Text Example
Text Example
White with #E986EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986EE; }
p { color: rgb(233,134,238); }
H1.HeaderClassName
{
color: #E986EE;
}
.AnyTagClassName
{
color: #E986EE;
}
</style>
background-color css
<style>
a { background-color: #E986EE; }
a { background-color: rgb(233,134,238); }
div.DivClassName
{
background-color: #E986EE;
}
.BgClassName
{
background-color: #E986EE;
}
</style>
border-color css
<style>
span { border-color: #E986EE; }
span { border-color: rgb(233,134,238); }
td.TdClassName
{
border-color: #E986EE;
}
.TagClassName
{
border-color: #E986EE;
}
</style>