Shades of Violet #E87FEA
Tints of Violet #E87FEA
RGB
CMYK
RGB Variations
Color information
#E87FEA (or 0xE87FEA) is known color: Violet. HEX triplet: E8, 7F and EA. RGB value is (232,127,234). Sum of RGB (Red+Green+Blue) = 232+127+234=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #E87FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87FEA is #178015. Grayscale: #AAAAAA. Windows color (decimal): -1540118 or 15368168. OLE color: 15368168.
HSL color Cylindrical-coordinate representation of color #E87FEA: hue angle of 298.88º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87FEA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 127 | 234 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.08 |
| HSL | 298.88º | 0.72% | 0.71% | - |
| HSV(B) | 298.88º | 0.46% | 0.92% | - |
| XYZ | 55.72 | 38.28 | 82.29 | - |
| YUV | 170.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 234 | 0.01 | 0.46 | 0 | 0.08 | 298.88 | 0.72 | 0.71 |
| Hex | E8 | 7F | EA | 1 | 2E | 0 | 8 | 12B | 48 | 47 |
| Octal | 350 | 177 | 352 | 1 | 56 | 0 | 10 | 453 | 110 | 107 |
| Binary | 11101000 | 1111111 | 11101010 | 1 | 101110 | 0 | 1000 | 100101011 | 1001000 | 1000111 |
Color Harmonies of #E87FEA
Complementary color
Monochromatic Colors of #E87FEA
Black with #E87FEA
Text Example
Text Example
White with #E87FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87FEA; }
p { color: rgb(232,127,234); }
H1.HeaderClassName
{
color: #E87FEA;
}
.AnyTagClassName
{
color: #E87FEA;
}
</style>
background-color css
<style>
a { background-color: #E87FEA; }
a { background-color: rgb(232,127,234); }
div.DivClassName
{
background-color: #E87FEA;
}
.BgClassName
{
background-color: #E87FEA;
}
</style>
border-color css
<style>
span { border-color: #E87FEA; }
span { border-color: rgb(232,127,234); }
td.TdClassName
{
border-color: #E87FEA;
}
.TagClassName
{
border-color: #E87FEA;
}
</style>