Shades of Violet #E87DE5
Tints of Violet #E87DE5
RGB
CMYK
RGB Variations
Color information
#E87DE5 (or 0xE87DE5) is known color: Violet. HEX triplet: E8, 7D and E5. RGB value is (232,125,229). Sum of RGB (Red+Green+Blue) = 232+125+229=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DE5 is #17821A. Grayscale: #A8A8A8. Windows color (decimal): -1540635 or 15039976. OLE color: 15039976.
HSL color Cylindrical-coordinate representation of color #E87DE5: hue angle of 301.68º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DE5 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 229 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.09 |
| HSL | 301.68º | 0.7% | 0.7% | - |
| HSV(B) | 301.68º | 0.46% | 0.91% | - |
| XYZ | 54.76 | 37.48 | 78.48 | - |
| YUV | 168.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 229 | 0 | 0.46 | 0.01 | 0.09 | 301.68 | 0.7 | 0.7 |
| Hex | E8 | 7D | E5 | 0 | 2E | 1 | 9 | 12E | 46 | 46 |
| Octal | 350 | 175 | 345 | 0 | 56 | 1 | 11 | 456 | 106 | 106 |
| Binary | 11101000 | 1111101 | 11100101 | 0 | 101110 | 1 | 1001 | 100101110 | 1000110 | 1000110 |
Color Harmonies of #E87DE5
Complementary color
Monochromatic Colors of #E87DE5
Black with #E87DE5
Text Example
Text Example
White with #E87DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DE5; }
p { color: rgb(232,125,229); }
H1.HeaderClassName
{
color: #E87DE5;
}
.AnyTagClassName
{
color: #E87DE5;
}
</style>
background-color css
<style>
a { background-color: #E87DE5; }
a { background-color: rgb(232,125,229); }
div.DivClassName
{
background-color: #E87DE5;
}
.BgClassName
{
background-color: #E87DE5;
}
</style>
border-color css
<style>
span { border-color: #E87DE5; }
span { border-color: rgb(232,125,229); }
td.TdClassName
{
border-color: #E87DE5;
}
.TagClassName
{
border-color: #E87DE5;
}
</style>