Shades of Violet #E985F6
Tints of Violet #E985F6
RGB
CMYK
RGB Variations
Color information
#E985F6 (or 0xE985F6) is known color: Violet. HEX triplet: E9, 85 and F6. RGB value is (233,133,246). Sum of RGB (Red+Green+Blue) = 233+133+246=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #E985F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985F6 is #167A09. Grayscale: #AFAFAF. Windows color (decimal): -1473034 or 16156137. OLE color: 16156137.
HSL color Cylindrical-coordinate representation of color #E985F6: hue angle of 293.1º 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 #E985F6 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 133 | 246 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.04 |
| HSL | 293.1º | 0.86% | 0.74% | - |
| HSV(B) | 293.1º | 0.46% | 0.96% | - |
| XYZ | 58.63 | 40.75 | 91.96 | - |
| YUV | 175.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 246 | 0.05 | 0.46 | 0 | 0.04 | 293.1 | 0.86 | 0.74 |
| Hex | E9 | 85 | F6 | 5 | 2E | 0 | 4 | 125 | 56 | 4A |
| Octal | 351 | 205 | 366 | 5 | 56 | 0 | 4 | 445 | 126 | 112 |
| Binary | 11101001 | 10000101 | 11110110 | 101 | 101110 | 0 | 100 | 100100101 | 1010110 | 1001010 |
Color Harmonies of #E985F6
Complementary color
Monochromatic Colors of #E985F6
Black with #E985F6
Text Example
Text Example
White with #E985F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985F6; }
p { color: rgb(233,133,246); }
H1.HeaderClassName
{
color: #E985F6;
}
.AnyTagClassName
{
color: #E985F6;
}
</style>
background-color css
<style>
a { background-color: #E985F6; }
a { background-color: rgb(233,133,246); }
div.DivClassName
{
background-color: #E985F6;
}
.BgClassName
{
background-color: #E985F6;
}
</style>
border-color css
<style>
span { border-color: #E985F6; }
span { border-color: rgb(233,133,246); }
td.TdClassName
{
border-color: #E985F6;
}
.TagClassName
{
border-color: #E985F6;
}
</style>