Shades of Violet #E785F6
Tints of Violet #E785F6
RGB
CMYK
RGB Variations
Color information
#E785F6 (or 0xE785F6) is known color: Violet. HEX triplet: E7, 85 and F6. RGB value is (231,133,246). Sum of RGB (Red+Green+Blue) = 231+133+246=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #E785F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E785F6 is #187A09. Grayscale: #AEAEAE. Windows color (decimal): -1604106 or 16156135. OLE color: 16156135.
HSL color Cylindrical-coordinate representation of color #E785F6: hue angle of 292.04º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E785F6 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 133 | 246 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.04 |
| HSL | 292.04º | 0.86% | 0.74% | - |
| HSV(B) | 292.04º | 0.46% | 0.96% | - |
| XYZ | 57.98 | 40.42 | 91.93 | - |
| YUV | 175.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 246 | 0.06 | 0.46 | 0 | 0.04 | 292.04 | 0.86 | 0.74 |
| Hex | E7 | 85 | F6 | 6 | 2E | 0 | 4 | 124 | 56 | 4A |
| Octal | 347 | 205 | 366 | 6 | 56 | 0 | 4 | 444 | 126 | 112 |
| Binary | 11100111 | 10000101 | 11110110 | 110 | 101110 | 0 | 100 | 100100100 | 1010110 | 1001010 |
Color Harmonies of #E785F6
Complementary color
Monochromatic Colors of #E785F6
Black with #E785F6
Text Example
Text Example
White with #E785F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785F6; }
p { color: rgb(231,133,246); }
H1.HeaderClassName
{
color: #E785F6;
}
.AnyTagClassName
{
color: #E785F6;
}
</style>
background-color css
<style>
a { background-color: #E785F6; }
a { background-color: rgb(231,133,246); }
div.DivClassName
{
background-color: #E785F6;
}
.BgClassName
{
background-color: #E785F6;
}
</style>
border-color css
<style>
span { border-color: #E785F6; }
span { border-color: rgb(231,133,246); }
td.TdClassName
{
border-color: #E785F6;
}
.TagClassName
{
border-color: #E785F6;
}
</style>