Shades of Violet #E781F6
Tints of Violet #E781F6
RGB
CMYK
RGB Variations
Color information
#E781F6 (or 0xE781F6) is known color: Violet. HEX triplet: E7, 81 and F6. RGB value is (231,129,246). Sum of RGB (Red+Green+Blue) = 231+129+246=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #E781F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E781F6 is #187E09. Grayscale: #ACACAC. Windows color (decimal): -1605130 or 16155111. OLE color: 16155111.
HSL color Cylindrical-coordinate representation of color #E781F6: hue angle of 292.31º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E781F6 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 129 | 246 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.04 |
| HSL | 292.31º | 0.87% | 0.74% | - |
| HSV(B) | 292.31º | 0.48% | 0.96% | - |
| XYZ | 57.44 | 39.34 | 91.76 | - |
| YUV | 172.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 246 | 0.06 | 0.48 | 0 | 0.04 | 292.31 | 0.87 | 0.74 |
| Hex | E7 | 81 | F6 | 6 | 30 | 0 | 4 | 124 | 57 | 4A |
| Octal | 347 | 201 | 366 | 6 | 60 | 0 | 4 | 444 | 127 | 112 |
| Binary | 11100111 | 10000001 | 11110110 | 110 | 110000 | 0 | 100 | 100100100 | 1010111 | 1001010 |
Color Harmonies of #E781F6
Complementary color
Monochromatic Colors of #E781F6
Black with #E781F6
Text Example
Text Example
White with #E781F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781F6; }
p { color: rgb(231,129,246); }
H1.HeaderClassName
{
color: #E781F6;
}
.AnyTagClassName
{
color: #E781F6;
}
</style>
background-color css
<style>
a { background-color: #E781F6; }
a { background-color: rgb(231,129,246); }
div.DivClassName
{
background-color: #E781F6;
}
.BgClassName
{
background-color: #E781F6;
}
</style>
border-color css
<style>
span { border-color: #E781F6; }
span { border-color: rgb(231,129,246); }
td.TdClassName
{
border-color: #E781F6;
}
.TagClassName
{
border-color: #E781F6;
}
</style>