Shades of Violet #E191F7
Tints of Violet #E191F7
RGB
CMYK
RGB Variations
Color information
#E191F7 (or 0xE191F7) is known color: Violet. HEX triplet: E1, 91 and F7. RGB value is (225,145,247). Sum of RGB (Red+Green+Blue) = 225+145+247=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #E191F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191F7 is #1E6E08. Grayscale: #B4B4B4. Windows color (decimal): -1994249 or 16224737. OLE color: 16224737.
HSL color Cylindrical-coordinate representation of color #E191F7: hue angle of 287.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E191F7 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 145 | 247 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.03 |
| HSL | 287.06º | 0.86% | 0.77% | - |
| HSV(B) | 287.06º | 0.41% | 0.97% | - |
| XYZ | 57.97 | 42.97 | 93.24 | - |
| YUV | 180.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 247 | 0.09 | 0.41 | 0 | 0.03 | 287.06 | 0.86 | 0.77 |
| Hex | E1 | 91 | F7 | 9 | 29 | 0 | 3 | 11F | 56 | 4D |
| Octal | 341 | 221 | 367 | 11 | 51 | 0 | 3 | 437 | 126 | 115 |
| Binary | 11100001 | 10010001 | 11110111 | 1001 | 101001 | 0 | 11 | 100011111 | 1010110 | 1001101 |
Color Harmonies of #E191F7
Complementary color
Monochromatic Colors of #E191F7
Black with #E191F7
Text Example
Text Example
White with #E191F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191F7; }
p { color: rgb(225,145,247); }
H1.HeaderClassName
{
color: #E191F7;
}
.AnyTagClassName
{
color: #E191F7;
}
</style>
background-color css
<style>
a { background-color: #E191F7; }
a { background-color: rgb(225,145,247); }
div.DivClassName
{
background-color: #E191F7;
}
.BgClassName
{
background-color: #E191F7;
}
</style>
border-color css
<style>
span { border-color: #E191F7; }
span { border-color: rgb(225,145,247); }
td.TdClassName
{
border-color: #E191F7;
}
.TagClassName
{
border-color: #E191F7;
}
</style>