Shades of Violet #E87BF0
Tints of Violet #E87BF0
RGB
CMYK
RGB Variations
Color information
#E87BF0 (or 0xE87BF0) is known color: Violet. HEX triplet: E8, 7B and F0. RGB value is (232,123,240). Sum of RGB (Red+Green+Blue) = 232+123+240=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #E87BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E87BF0 is #17840F. Grayscale: #A8A8A8. Windows color (decimal): -1541136 or 15760360. OLE color: 15760360.
HSL color Cylindrical-coordinate representation of color #E87BF0: hue angle of 295.9º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E87BF0 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 123 | 240 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.06 |
| HSL | 295.9º | 0.8% | 0.71% | - |
| HSV(B) | 295.9º | 0.49% | 0.94% | - |
| XYZ | 56.09 | 37.61 | 86.74 | - |
| YUV | 168.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 240 | 0.03 | 0.49 | 0 | 0.06 | 295.9 | 0.8 | 0.71 |
| Hex | E8 | 7B | F0 | 3 | 31 | 0 | 6 | 128 | 50 | 47 |
| Octal | 350 | 173 | 360 | 3 | 61 | 0 | 6 | 450 | 120 | 107 |
| Binary | 11101000 | 1111011 | 11110000 | 11 | 110001 | 0 | 110 | 100101000 | 1010000 | 1000111 |
Color Harmonies of #E87BF0
Complementary color
Monochromatic Colors of #E87BF0
Black with #E87BF0
Text Example
Text Example
White with #E87BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87BF0; }
p { color: rgb(232,123,240); }
H1.HeaderClassName
{
color: #E87BF0;
}
.AnyTagClassName
{
color: #E87BF0;
}
</style>
background-color css
<style>
a { background-color: #E87BF0; }
a { background-color: rgb(232,123,240); }
div.DivClassName
{
background-color: #E87BF0;
}
.BgClassName
{
background-color: #E87BF0;
}
</style>
border-color css
<style>
span { border-color: #E87BF0; }
span { border-color: rgb(232,123,240); }
td.TdClassName
{
border-color: #E87BF0;
}
.TagClassName
{
border-color: #E87BF0;
}
</style>