Shades of Violet #E87EDF
Tints of Violet #E87EDF
RGB
CMYK
RGB Variations
Color information
#E87EDF (or 0xE87EDF) is known color: Violet. HEX triplet: E8, 7E and DF. RGB value is (232,126,223). Sum of RGB (Red+Green+Blue) = 232+126+223=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E87EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87EDF is #178120. Grayscale: #A8A8A8. Windows color (decimal): -1540385 or 14647016. OLE color: 14647016.
HSL color Cylindrical-coordinate representation of color #E87EDF: hue angle of 305.09º 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 #E87EDF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 126 | 223 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.09 |
| HSL | 305.09º | 0.7% | 0.7% | - |
| HSV(B) | 305.09º | 0.46% | 0.91% | - |
| XYZ | 54.06 | 37.41 | 74.18 | - |
| YUV | 168.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 126 | 223 | 0 | 0.46 | 0.04 | 0.09 | 305.09 | 0.7 | 0.7 |
| Hex | E8 | 7E | DF | 0 | 2E | 4 | 9 | 131 | 46 | 46 |
| Octal | 350 | 176 | 337 | 0 | 56 | 4 | 11 | 461 | 106 | 106 |
| Binary | 11101000 | 1111110 | 11011111 | 0 | 101110 | 100 | 1001 | 100110001 | 1000110 | 1000110 |
Color Harmonies of #E87EDF
Complementary color
Monochromatic Colors of #E87EDF
Black with #E87EDF
Text Example
Text Example
White with #E87EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87EDF; }
p { color: rgb(232,126,223); }
H1.HeaderClassName
{
color: #E87EDF;
}
.AnyTagClassName
{
color: #E87EDF;
}
</style>
background-color css
<style>
a { background-color: #E87EDF; }
a { background-color: rgb(232,126,223); }
div.DivClassName
{
background-color: #E87EDF;
}
.BgClassName
{
background-color: #E87EDF;
}
</style>
border-color css
<style>
span { border-color: #E87EDF; }
span { border-color: rgb(232,126,223); }
td.TdClassName
{
border-color: #E87EDF;
}
.TagClassName
{
border-color: #E87EDF;
}
</style>