Shades of Violet #E87DF2
Tints of Violet #E87DF2
RGB
CMYK
RGB Variations
Color information
#E87DF2 (or 0xE87DF2) is known color: Violet. HEX triplet: E8, 7D and F2. RGB value is (232,125,242). Sum of RGB (Red+Green+Blue) = 232+125+242=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #E87DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87DF2 is #17820D. Grayscale: #A9A9A9. Windows color (decimal): -1540622 or 15891944. OLE color: 15891944.
HSL color Cylindrical-coordinate representation of color #E87DF2: hue angle of 294.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87DF2 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 125 | 242 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.05 |
| HSL | 294.87º | 0.82% | 0.72% | - |
| HSV(B) | 294.87º | 0.48% | 0.95% | - |
| XYZ | 56.64 | 38.23 | 88.4 | - |
| YUV | 170.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 242 | 0.04 | 0.48 | 0 | 0.05 | 294.87 | 0.82 | 0.72 |
| Hex | E8 | 7D | F2 | 4 | 30 | 0 | 5 | 127 | 52 | 48 |
| Octal | 350 | 175 | 362 | 4 | 60 | 0 | 5 | 447 | 122 | 110 |
| Binary | 11101000 | 1111101 | 11110010 | 100 | 110000 | 0 | 101 | 100100111 | 1010010 | 1001000 |
Color Harmonies of #E87DF2
Complementary color
Monochromatic Colors of #E87DF2
Black with #E87DF2
Text Example
Text Example
White with #E87DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DF2; }
p { color: rgb(232,125,242); }
H1.HeaderClassName
{
color: #E87DF2;
}
.AnyTagClassName
{
color: #E87DF2;
}
</style>
background-color css
<style>
a { background-color: #E87DF2; }
a { background-color: rgb(232,125,242); }
div.DivClassName
{
background-color: #E87DF2;
}
.BgClassName
{
background-color: #E87DF2;
}
</style>
border-color css
<style>
span { border-color: #E87DF2; }
span { border-color: rgb(232,125,242); }
td.TdClassName
{
border-color: #E87DF2;
}
.TagClassName
{
border-color: #E87DF2;
}
</style>