Shades of Violet #E086E1
Tints of Violet #E086E1
RGB
CMYK
RGB Variations
Color information
#E086E1 (or 0xE086E1) is known color: Violet. HEX triplet: E0, 86 and E1. RGB value is (224,134,225). Sum of RGB (Red+Green+Blue) = 224+134+225=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #E086E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086E1 is #1F791E. Grayscale: #ABABAB. Windows color (decimal): -2062623 or 14780128. OLE color: 14780128.
HSL color Cylindrical-coordinate representation of color #E086E1: hue angle of 299.34º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086E1 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 225 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.12 |
| HSL | 299.34º | 0.6% | 0.7% | - |
| HSV(B) | 299.34º | 0.4% | 0.88% | - |
| XYZ | 52.86 | 38.33 | 75.85 | - |
| YUV | 171.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 225 | 0.00 | 0.40 | 0 | 0.12 | 299.34 | 0.6 | 0.7 |
| Hex | E0 | 86 | E1 | 0 | 28 | 0 | C | 12B | 3C | 46 |
| Octal | 340 | 206 | 341 | 0 | 50 | 0 | 14 | 453 | 74 | 106 |
| Binary | 11100000 | 10000110 | 11100001 | 0 | 101000 | 0 | 1100 | 100101011 | 111100 | 1000110 |
Color Harmonies of #E086E1
Complementary color
Monochromatic Colors of #E086E1
Black with #E086E1
Text Example
Text Example
White with #E086E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E086E1; }
p { color: rgb(224,134,225); }
H1.HeaderClassName
{
color: #E086E1;
}
.AnyTagClassName
{
color: #E086E1;
}
</style>
background-color css
<style>
a { background-color: #E086E1; }
a { background-color: rgb(224,134,225); }
div.DivClassName
{
background-color: #E086E1;
}
.BgClassName
{
background-color: #E086E1;
}
</style>
border-color css
<style>
span { border-color: #E086E1; }
span { border-color: rgb(224,134,225); }
td.TdClassName
{
border-color: #E086E1;
}
.TagClassName
{
border-color: #E086E1;
}
</style>