Shades of Violet #E086E6
Tints of Violet #E086E6
RGB
CMYK
RGB Variations
Color information
#E086E6 (or 0xE086E6) is known color: Violet. HEX triplet: E0, 86 and E6. RGB value is (224,134,230). Sum of RGB (Red+Green+Blue) = 224+134+230=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #E086E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E086E6 is #1F7919. Grayscale: #ABABAB. Windows color (decimal): -2062618 or 15107808. OLE color: 15107808.
HSL color Cylindrical-coordinate representation of color #E086E6: hue angle of 296.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E086E6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 134 | 230 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.10 |
| HSL | 296.25º | 0.66% | 0.71% | - |
| HSV(B) | 296.25º | 0.42% | 0.9% | - |
| XYZ | 53.55 | 38.61 | 79.49 | - |
| YUV | 171.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 230 | 0.03 | 0.42 | 0 | 0.10 | 296.25 | 0.66 | 0.71 |
| Hex | E0 | 86 | E6 | 3 | 2A | 0 | A | 128 | 42 | 47 |
| Octal | 340 | 206 | 346 | 3 | 52 | 0 | 12 | 450 | 102 | 107 |
| Binary | 11100000 | 10000110 | 11100110 | 11 | 101010 | 0 | 1010 | 100101000 | 1000010 | 1000111 |
Color Harmonies of #E086E6
Complementary color
Monochromatic Colors of #E086E6
Black with #E086E6
Text Example
Text Example
White with #E086E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E086E6; }
p { color: rgb(224,134,230); }
H1.HeaderClassName
{
color: #E086E6;
}
.AnyTagClassName
{
color: #E086E6;
}
</style>
background-color css
<style>
a { background-color: #E086E6; }
a { background-color: rgb(224,134,230); }
div.DivClassName
{
background-color: #E086E6;
}
.BgClassName
{
background-color: #E086E6;
}
</style>
border-color css
<style>
span { border-color: #E086E6; }
span { border-color: rgb(224,134,230); }
td.TdClassName
{
border-color: #E086E6;
}
.TagClassName
{
border-color: #E086E6;
}
</style>