Shades of Violet #E87FEC
Tints of Violet #E87FEC
RGB
CMYK
RGB Variations
Color information
#E87FEC (or 0xE87FEC) is known color: Violet. HEX triplet: E8, 7F and EC. RGB value is (232,127,236). Sum of RGB (Red+Green+Blue) = 232+127+236=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #E87FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87FEC is #178013. Grayscale: #AAAAAA. Windows color (decimal): -1540116 or 15499240. OLE color: 15499240.
HSL color Cylindrical-coordinate representation of color #E87FEC: hue angle of 297.8º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87FEC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 127 | 236 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.07 |
| HSL | 297.8º | 0.74% | 0.71% | - |
| HSV(B) | 297.8º | 0.46% | 0.93% | - |
| XYZ | 56.01 | 38.39 | 83.82 | - |
| YUV | 170.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 236 | 0.02 | 0.46 | 0 | 0.07 | 297.8 | 0.74 | 0.71 |
| Hex | E8 | 7F | EC | 2 | 2E | 0 | 7 | 12A | 4A | 47 |
| Octal | 350 | 177 | 354 | 2 | 56 | 0 | 7 | 452 | 112 | 107 |
| Binary | 11101000 | 1111111 | 11101100 | 10 | 101110 | 0 | 111 | 100101010 | 1001010 | 1000111 |
Color Harmonies of #E87FEC
Complementary color
Monochromatic Colors of #E87FEC
Black with #E87FEC
Text Example
Text Example
White with #E87FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87FEC; }
p { color: rgb(232,127,236); }
H1.HeaderClassName
{
color: #E87FEC;
}
.AnyTagClassName
{
color: #E87FEC;
}
</style>
background-color css
<style>
a { background-color: #E87FEC; }
a { background-color: rgb(232,127,236); }
div.DivClassName
{
background-color: #E87FEC;
}
.BgClassName
{
background-color: #E87FEC;
}
</style>
border-color css
<style>
span { border-color: #E87FEC; }
span { border-color: rgb(232,127,236); }
td.TdClassName
{
border-color: #E87FEC;
}
.TagClassName
{
border-color: #E87FEC;
}
</style>