Shades of Violet #E691F1
Tints of Violet #E691F1
RGB
CMYK
RGB Variations
Color information
#E691F1 (or 0xE691F1) is known color: Violet. HEX triplet: E6, 91 and F1. RGB value is (230,145,241). Sum of RGB (Red+Green+Blue) = 230+145+241=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #E691F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691F1 is #196E0E. Grayscale: #B5B5B5. Windows color (decimal): -1666575 or 15831526. OLE color: 15831526.
HSL color Cylindrical-coordinate representation of color #E691F1: hue angle of 293.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E691F1 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 145 | 241 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.05 |
| HSL | 293.13º | 0.77% | 0.76% | - |
| HSV(B) | 293.13º | 0.4% | 0.95% | - |
| XYZ | 58.64 | 43.42 | 88.51 | - |
| YUV | 181.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 241 | 0.05 | 0.40 | 0 | 0.05 | 293.13 | 0.77 | 0.76 |
| Hex | E6 | 91 | F1 | 5 | 28 | 0 | 5 | 125 | 4D | 4C |
| Octal | 346 | 221 | 361 | 5 | 50 | 0 | 5 | 445 | 115 | 114 |
| Binary | 11100110 | 10010001 | 11110001 | 101 | 101000 | 0 | 101 | 100100101 | 1001101 | 1001100 |
Color Harmonies of #E691F1
Complementary color
Monochromatic Colors of #E691F1
Black with #E691F1
Text Example
Text Example
White with #E691F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691F1; }
p { color: rgb(230,145,241); }
H1.HeaderClassName
{
color: #E691F1;
}
.AnyTagClassName
{
color: #E691F1;
}
</style>
background-color css
<style>
a { background-color: #E691F1; }
a { background-color: rgb(230,145,241); }
div.DivClassName
{
background-color: #E691F1;
}
.BgClassName
{
background-color: #E691F1;
}
</style>
border-color css
<style>
span { border-color: #E691F1; }
span { border-color: rgb(230,145,241); }
td.TdClassName
{
border-color: #E691F1;
}
.TagClassName
{
border-color: #E691F1;
}
</style>