Shades of Violet #E781F9
Tints of Violet #E781F9
RGB
CMYK
RGB Variations
Color information
#E781F9 (or 0xE781F9) is known color: Violet. HEX triplet: E7, 81 and F9. RGB value is (231,129,249). Sum of RGB (Red+Green+Blue) = 231+129+249=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #E781F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E781F9 is #187E06. Grayscale: #ACACAC. Windows color (decimal): -1605127 or 16351719. OLE color: 16351719.
HSL color Cylindrical-coordinate representation of color #E781F9: hue angle of 291º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E781F9 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 129 | 249 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.02 |
| HSL | 291º | 0.91% | 0.74% | - |
| HSV(B) | 291º | 0.48% | 0.98% | - |
| XYZ | 57.9 | 39.53 | 94.2 | - |
| YUV | 173.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 249 | 0.07 | 0.48 | 0 | 0.02 | 291 | 0.91 | 0.74 |
| Hex | E7 | 81 | F9 | 7 | 30 | 0 | 2 | 123 | 5B | 4A |
| Octal | 347 | 201 | 371 | 7 | 60 | 0 | 2 | 443 | 133 | 112 |
| Binary | 11100111 | 10000001 | 11111001 | 111 | 110000 | 0 | 10 | 100100011 | 1011011 | 1001010 |
Color Harmonies of #E781F9
Complementary color
Monochromatic Colors of #E781F9
Black with #E781F9
Text Example
Text Example
White with #E781F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781F9; }
p { color: rgb(231,129,249); }
H1.HeaderClassName
{
color: #E781F9;
}
.AnyTagClassName
{
color: #E781F9;
}
</style>
background-color css
<style>
a { background-color: #E781F9; }
a { background-color: rgb(231,129,249); }
div.DivClassName
{
background-color: #E781F9;
}
.BgClassName
{
background-color: #E781F9;
}
</style>
border-color css
<style>
span { border-color: #E781F9; }
span { border-color: rgb(231,129,249); }
td.TdClassName
{
border-color: #E781F9;
}
.TagClassName
{
border-color: #E781F9;
}
</style>