Shades of Violet #E87CDE
Tints of Violet #E87CDE
RGB
CMYK
RGB Variations
Color information
#E87CDE (or 0xE87CDE) is known color: Violet. HEX triplet: E8, 7C and DE. RGB value is (232,124,222). Sum of RGB (Red+Green+Blue) = 232+124+222=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CDE is #178321. Grayscale: #A7A7A7. Windows color (decimal): -1540898 or 14580968. OLE color: 14580968.
HSL color Cylindrical-coordinate representation of color #E87CDE: hue angle of 305.56º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87CDE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 222 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.09 |
| HSL | 305.56º | 0.7% | 0.7% | - |
| HSV(B) | 305.56º | 0.47% | 0.91% | - |
| XYZ | 53.67 | 36.85 | 73.39 | - |
| YUV | 167.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 222 | 0 | 0.47 | 0.04 | 0.09 | 305.56 | 0.7 | 0.7 |
| Hex | E8 | 7C | DE | 0 | 2F | 4 | 9 | 132 | 46 | 46 |
| Octal | 350 | 174 | 336 | 0 | 57 | 4 | 11 | 462 | 106 | 106 |
| Binary | 11101000 | 1111100 | 11011110 | 0 | 101111 | 100 | 1001 | 100110010 | 1000110 | 1000110 |
Color Harmonies of #E87CDE
Complementary color
Monochromatic Colors of #E87CDE
Black with #E87CDE
Text Example
Text Example
White with #E87CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CDE; }
p { color: rgb(232,124,222); }
H1.HeaderClassName
{
color: #E87CDE;
}
.AnyTagClassName
{
color: #E87CDE;
}
</style>
background-color css
<style>
a { background-color: #E87CDE; }
a { background-color: rgb(232,124,222); }
div.DivClassName
{
background-color: #E87CDE;
}
.BgClassName
{
background-color: #E87CDE;
}
</style>
border-color css
<style>
span { border-color: #E87CDE; }
span { border-color: rgb(232,124,222); }
td.TdClassName
{
border-color: #E87CDE;
}
.TagClassName
{
border-color: #E87CDE;
}
</style>