Shades of Violet #E87DEE
Tints of Violet #E87DEE
RGB
CMYK
RGB Variations
Color information
#E87DEE (or 0xE87DEE) is known color: Violet. HEX triplet: E8, 7D and EE. RGB value is (232,125,238). Sum of RGB (Red+Green+Blue) = 232+125+238=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #E87DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87DEE is #178211. Grayscale: #A9A9A9. Windows color (decimal): -1540626 or 15629800. OLE color: 15629800.
HSL color Cylindrical-coordinate representation of color #E87DEE: hue angle of 296.81º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87DEE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 125 | 238 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.07 |
| HSL | 296.81º | 0.77% | 0.71% | - |
| HSV(B) | 296.81º | 0.47% | 0.93% | - |
| XYZ | 56.04 | 38 | 85.27 | - |
| YUV | 169.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 238 | 0.03 | 0.47 | 0 | 0.07 | 296.81 | 0.77 | 0.71 |
| Hex | E8 | 7D | EE | 3 | 2F | 0 | 7 | 129 | 4D | 47 |
| Octal | 350 | 175 | 356 | 3 | 57 | 0 | 7 | 451 | 115 | 107 |
| Binary | 11101000 | 1111101 | 11101110 | 11 | 101111 | 0 | 111 | 100101001 | 1001101 | 1000111 |
Color Harmonies of #E87DEE
Complementary color
Monochromatic Colors of #E87DEE
Black with #E87DEE
Text Example
Text Example
White with #E87DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DEE; }
p { color: rgb(232,125,238); }
H1.HeaderClassName
{
color: #E87DEE;
}
.AnyTagClassName
{
color: #E87DEE;
}
</style>
background-color css
<style>
a { background-color: #E87DEE; }
a { background-color: rgb(232,125,238); }
div.DivClassName
{
background-color: #E87DEE;
}
.BgClassName
{
background-color: #E87DEE;
}
</style>
border-color css
<style>
span { border-color: #E87DEE; }
span { border-color: rgb(232,125,238); }
td.TdClassName
{
border-color: #E87DEE;
}
.TagClassName
{
border-color: #E87DEE;
}
</style>