Shades of Violet #E986F1
Tints of Violet #E986F1
RGB
CMYK
RGB Variations
Color information
#E986F1 (or 0xE986F1) is known color: Violet. HEX triplet: E9, 86 and F1. RGB value is (233,134,241). Sum of RGB (Red+Green+Blue) = 233+134+241=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #E986F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986F1 is #16790E. Grayscale: #AFAFAF. Windows color (decimal): -1472783 or 15828713. OLE color: 15828713.
HSL color Cylindrical-coordinate representation of color #E986F1: hue angle of 295.51º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E986F1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 134 | 241 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.05 |
| HSL | 295.51º | 0.79% | 0.74% | - |
| HSV(B) | 295.51º | 0.44% | 0.95% | - |
| XYZ | 58.01 | 40.72 | 88.02 | - |
| YUV | 175.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 241 | 0.03 | 0.44 | 0 | 0.05 | 295.51 | 0.79 | 0.74 |
| Hex | E9 | 86 | F1 | 3 | 2C | 0 | 5 | 128 | 4F | 4A |
| Octal | 351 | 206 | 361 | 3 | 54 | 0 | 5 | 450 | 117 | 112 |
| Binary | 11101001 | 10000110 | 11110001 | 11 | 101100 | 0 | 101 | 100101000 | 1001111 | 1001010 |
Color Harmonies of #E986F1
Complementary color
Monochromatic Colors of #E986F1
Black with #E986F1
Text Example
Text Example
White with #E986F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986F1; }
p { color: rgb(233,134,241); }
H1.HeaderClassName
{
color: #E986F1;
}
.AnyTagClassName
{
color: #E986F1;
}
</style>
background-color css
<style>
a { background-color: #E986F1; }
a { background-color: rgb(233,134,241); }
div.DivClassName
{
background-color: #E986F1;
}
.BgClassName
{
background-color: #E986F1;
}
</style>
border-color css
<style>
span { border-color: #E986F1; }
span { border-color: rgb(233,134,241); }
td.TdClassName
{
border-color: #E986F1;
}
.TagClassName
{
border-color: #E986F1;
}
</style>