Shades of Violet #E286EE
Tints of Violet #E286EE
RGB
CMYK
RGB Variations
Color information
#E286EE (or 0xE286EE) is known color: Violet. HEX triplet: E2, 86 and EE. RGB value is (226,134,238). Sum of RGB (Red+Green+Blue) = 226+134+238=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #E286EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E286EE is #1D7911. Grayscale: #ADADAD. Windows color (decimal): -1931538 or 15632098. OLE color: 15632098.
HSL color Cylindrical-coordinate representation of color #E286EE: hue angle of 293.08º 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 #E286EE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 134 | 238 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.07 |
| HSL | 293.08º | 0.75% | 0.73% | - |
| HSV(B) | 293.08º | 0.44% | 0.93% | - |
| XYZ | 55.32 | 39.39 | 85.58 | - |
| YUV | 173.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 238 | 0.05 | 0.44 | 0 | 0.07 | 293.08 | 0.75 | 0.73 |
| Hex | E2 | 86 | EE | 5 | 2C | 0 | 7 | 125 | 4B | 49 |
| Octal | 342 | 206 | 356 | 5 | 54 | 0 | 7 | 445 | 113 | 111 |
| Binary | 11100010 | 10000110 | 11101110 | 101 | 101100 | 0 | 111 | 100100101 | 1001011 | 1001001 |
Color Harmonies of #E286EE
Complementary color
Monochromatic Colors of #E286EE
Black with #E286EE
Text Example
Text Example
White with #E286EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286EE; }
p { color: rgb(226,134,238); }
H1.HeaderClassName
{
color: #E286EE;
}
.AnyTagClassName
{
color: #E286EE;
}
</style>
background-color css
<style>
a { background-color: #E286EE; }
a { background-color: rgb(226,134,238); }
div.DivClassName
{
background-color: #E286EE;
}
.BgClassName
{
background-color: #E286EE;
}
</style>
border-color css
<style>
span { border-color: #E286EE; }
span { border-color: rgb(226,134,238); }
td.TdClassName
{
border-color: #E286EE;
}
.TagClassName
{
border-color: #E286EE;
}
</style>