Shades of Violet #E86DEE
Tints of Violet #E86DEE
RGB
CMYK
RGB Variations
Color information
#E86DEE (or 0xE86DEE) is known color: Violet. HEX triplet: E8, 6D and EE. RGB value is (232,109,238). Sum of RGB (Red+Green+Blue) = 232+109+238=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #E86DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86DEE is #179211. Grayscale: #A0A0A0. Windows color (decimal): -1544722 or 15625704. OLE color: 15625704.
HSL color Cylindrical-coordinate representation of color #E86DEE: hue angle of 297.21º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86DEE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 109 | 238 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.07 |
| HSL | 297.21º | 0.79% | 0.68% | - |
| HSV(B) | 297.21º | 0.54% | 0.93% | - |
| XYZ | 54.18 | 34.27 | 84.65 | - |
| YUV | 160.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 238 | 0.03 | 0.54 | 0 | 0.07 | 297.21 | 0.79 | 0.68 |
| Hex | E8 | 6D | EE | 3 | 36 | 0 | 7 | 129 | 4F | 44 |
| Octal | 350 | 155 | 356 | 3 | 66 | 0 | 7 | 451 | 117 | 104 |
| Binary | 11101000 | 1101101 | 11101110 | 11 | 110110 | 0 | 111 | 100101001 | 1001111 | 1000100 |
Color Harmonies of #E86DEE
Complementary color
Monochromatic Colors of #E86DEE
Black with #E86DEE
Text Example
Text Example
White with #E86DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DEE; }
p { color: rgb(232,109,238); }
H1.HeaderClassName
{
color: #E86DEE;
}
.AnyTagClassName
{
color: #E86DEE;
}
</style>
background-color css
<style>
a { background-color: #E86DEE; }
a { background-color: rgb(232,109,238); }
div.DivClassName
{
background-color: #E86DEE;
}
.BgClassName
{
background-color: #E86DEE;
}
</style>
border-color css
<style>
span { border-color: #E86DEE; }
span { border-color: rgb(232,109,238); }
td.TdClassName
{
border-color: #E86DEE;
}
.TagClassName
{
border-color: #E86DEE;
}
</style>