Shades of Violet #E886F9
Tints of Violet #E886F9
RGB
CMYK
RGB Variations
Color information
#E886F9 (or 0xE886F9) is known color: Violet. HEX triplet: E8, 86 and F9. RGB value is (232,134,249). Sum of RGB (Red+Green+Blue) = 232+134+249=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #E886F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E886F9 is #177906. Grayscale: #B0B0B0. Windows color (decimal): -1538311 or 16353000. OLE color: 16353000.
HSL color Cylindrical-coordinate representation of color #E886F9: hue angle of 291.13º degrees, saturation: 0.91, 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 #E886F9 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 134 | 249 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.02 |
| HSL | 291.13º | 0.91% | 0.75% | - |
| HSV(B) | 291.13º | 0.46% | 0.98% | - |
| XYZ | 58.9 | 41.05 | 94.44 | - |
| YUV | 176.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 249 | 0.07 | 0.46 | 0 | 0.02 | 291.13 | 0.91 | 0.75 |
| Hex | E8 | 86 | F9 | 7 | 2E | 0 | 2 | 123 | 5B | 4B |
| Octal | 350 | 206 | 371 | 7 | 56 | 0 | 2 | 443 | 133 | 113 |
| Binary | 11101000 | 10000110 | 11111001 | 111 | 101110 | 0 | 10 | 100100011 | 1011011 | 1001011 |
Color Harmonies of #E886F9
Complementary color
Monochromatic Colors of #E886F9
Black with #E886F9
Text Example
Text Example
White with #E886F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886F9; }
p { color: rgb(232,134,249); }
H1.HeaderClassName
{
color: #E886F9;
}
.AnyTagClassName
{
color: #E886F9;
}
</style>
background-color css
<style>
a { background-color: #E886F9; }
a { background-color: rgb(232,134,249); }
div.DivClassName
{
background-color: #E886F9;
}
.BgClassName
{
background-color: #E886F9;
}
</style>
border-color css
<style>
span { border-color: #E886F9; }
span { border-color: rgb(232,134,249); }
td.TdClassName
{
border-color: #E886F9;
}
.TagClassName
{
border-color: #E886F9;
}
</style>