Shades of Violet #E191F9
Tints of Violet #E191F9
RGB
CMYK
RGB Variations
Color information
#E191F9 (or 0xE191F9) is known color: Violet. HEX triplet: E1, 91 and F9. RGB value is (225,145,249). Sum of RGB (Red+Green+Blue) = 225+145+249=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #E191F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191F9 is #1E6E06. Grayscale: #B4B4B4. Windows color (decimal): -1994247 or 16355809. OLE color: 16355809.
HSL color Cylindrical-coordinate representation of color #E191F9: hue angle of 286.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E191F9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 145 | 249 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.02 |
| HSL | 286.15º | 0.9% | 0.77% | - |
| HSV(B) | 286.15º | 0.42% | 0.98% | - |
| XYZ | 58.28 | 43.1 | 94.87 | - |
| YUV | 180.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 249 | 0.10 | 0.42 | 0 | 0.02 | 286.15 | 0.9 | 0.77 |
| Hex | E1 | 91 | F9 | A | 2A | 0 | 2 | 11E | 5A | 4D |
| Octal | 341 | 221 | 371 | 12 | 52 | 0 | 2 | 436 | 132 | 115 |
| Binary | 11100001 | 10010001 | 11111001 | 1010 | 101010 | 0 | 10 | 100011110 | 1011010 | 1001101 |
Color Harmonies of #E191F9
Complementary color
Monochromatic Colors of #E191F9
Black with #E191F9
Text Example
Text Example
White with #E191F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191F9; }
p { color: rgb(225,145,249); }
H1.HeaderClassName
{
color: #E191F9;
}
.AnyTagClassName
{
color: #E191F9;
}
</style>
background-color css
<style>
a { background-color: #E191F9; }
a { background-color: rgb(225,145,249); }
div.DivClassName
{
background-color: #E191F9;
}
.BgClassName
{
background-color: #E191F9;
}
</style>
border-color css
<style>
span { border-color: #E191F9; }
span { border-color: rgb(225,145,249); }
td.TdClassName
{
border-color: #E191F9;
}
.TagClassName
{
border-color: #E191F9;
}
</style>