Shades of Violet #E87DEA
Tints of Violet #E87DEA
RGB
CMYK
RGB Variations
Color information
#E87DEA (or 0xE87DEA) is known color: Violet. HEX triplet: E8, 7D and EA. RGB value is (232,125,234). Sum of RGB (Red+Green+Blue) = 232+125+234=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #E87DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87DEA is #178215. Grayscale: #A9A9A9. Windows color (decimal): -1540630 or 15367656. OLE color: 15367656.
HSL color Cylindrical-coordinate representation of color #E87DEA: hue angle of 298.9º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87DEA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 125 | 234 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.08 |
| HSL | 298.9º | 0.72% | 0.7% | - |
| HSV(B) | 298.9º | 0.47% | 0.92% | - |
| XYZ | 55.46 | 37.76 | 82.21 | - |
| YUV | 169.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 234 | 0.01 | 0.47 | 0 | 0.08 | 298.9 | 0.72 | 0.7 |
| Hex | E8 | 7D | EA | 1 | 2F | 0 | 8 | 12B | 48 | 46 |
| Octal | 350 | 175 | 352 | 1 | 57 | 0 | 10 | 453 | 110 | 106 |
| Binary | 11101000 | 1111101 | 11101010 | 1 | 101111 | 0 | 1000 | 100101011 | 1001000 | 1000110 |
Color Harmonies of #E87DEA
Complementary color
Monochromatic Colors of #E87DEA
Black with #E87DEA
Text Example
Text Example
White with #E87DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DEA; }
p { color: rgb(232,125,234); }
H1.HeaderClassName
{
color: #E87DEA;
}
.AnyTagClassName
{
color: #E87DEA;
}
</style>
background-color css
<style>
a { background-color: #E87DEA; }
a { background-color: rgb(232,125,234); }
div.DivClassName
{
background-color: #E87DEA;
}
.BgClassName
{
background-color: #E87DEA;
}
</style>
border-color css
<style>
span { border-color: #E87DEA; }
span { border-color: rgb(232,125,234); }
td.TdClassName
{
border-color: #E87DEA;
}
.TagClassName
{
border-color: #E87DEA;
}
</style>