Shades of Violet #E786F5
Tints of Violet #E786F5
RGB
CMYK
RGB Variations
Color information
#E786F5 (or 0xE786F5) is known color: Violet. HEX triplet: E7, 86 and F5. RGB value is (231,134,245). Sum of RGB (Red+Green+Blue) = 231+134+245=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #E786F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E786F5 is #18790A. Grayscale: #AFAFAF. Windows color (decimal): -1603851 or 16090855. OLE color: 16090855.
HSL color Cylindrical-coordinate representation of color #E786F5: hue angle of 292.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E786F5 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 134 | 245 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.04 |
| HSL | 292.43º | 0.85% | 0.74% | - |
| HSV(B) | 292.43º | 0.45% | 0.96% | - |
| XYZ | 57.96 | 40.63 | 91.17 | - |
| YUV | 175.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 245 | 0.06 | 0.45 | 0 | 0.04 | 292.43 | 0.85 | 0.74 |
| Hex | E7 | 86 | F5 | 6 | 2D | 0 | 4 | 124 | 55 | 4A |
| Octal | 347 | 206 | 365 | 6 | 55 | 0 | 4 | 444 | 125 | 112 |
| Binary | 11100111 | 10000110 | 11110101 | 110 | 101101 | 0 | 100 | 100100100 | 1010101 | 1001010 |
Color Harmonies of #E786F5
Complementary color
Monochromatic Colors of #E786F5
Black with #E786F5
Text Example
Text Example
White with #E786F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E786F5; }
p { color: rgb(231,134,245); }
H1.HeaderClassName
{
color: #E786F5;
}
.AnyTagClassName
{
color: #E786F5;
}
</style>
background-color css
<style>
a { background-color: #E786F5; }
a { background-color: rgb(231,134,245); }
div.DivClassName
{
background-color: #E786F5;
}
.BgClassName
{
background-color: #E786F5;
}
</style>
border-color css
<style>
span { border-color: #E786F5; }
span { border-color: rgb(231,134,245); }
td.TdClassName
{
border-color: #E786F5;
}
.TagClassName
{
border-color: #E786F5;
}
</style>