Shades of Violet #E191F3
Tints of Violet #E191F3
RGB
CMYK
RGB Variations
Color information
#E191F3 (or 0xE191F3) is known color: Violet. HEX triplet: E1, 91 and F3. RGB value is (225,145,243). Sum of RGB (Red+Green+Blue) = 225+145+243=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #E191F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191F3 is #1E6E0C. Grayscale: #B3B3B3. Windows color (decimal): -1994253 or 15962593. OLE color: 15962593.
HSL color Cylindrical-coordinate representation of color #E191F3: hue angle of 288.98º degrees, saturation: 0.8, 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 #E191F3 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 145 | 243 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.05 |
| HSL | 288.98º | 0.8% | 0.76% | - |
| HSV(B) | 288.98º | 0.4% | 0.95% | - |
| XYZ | 57.35 | 42.73 | 90.02 | - |
| YUV | 180.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 243 | 0.07 | 0.40 | 0 | 0.05 | 288.98 | 0.8 | 0.76 |
| Hex | E1 | 91 | F3 | 7 | 28 | 0 | 5 | 121 | 50 | 4C |
| Octal | 341 | 221 | 363 | 7 | 50 | 0 | 5 | 441 | 120 | 114 |
| Binary | 11100001 | 10010001 | 11110011 | 111 | 101000 | 0 | 101 | 100100001 | 1010000 | 1001100 |
Color Harmonies of #E191F3
Complementary color
Monochromatic Colors of #E191F3
Black with #E191F3
Text Example
Text Example
White with #E191F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191F3; }
p { color: rgb(225,145,243); }
H1.HeaderClassName
{
color: #E191F3;
}
.AnyTagClassName
{
color: #E191F3;
}
</style>
background-color css
<style>
a { background-color: #E191F3; }
a { background-color: rgb(225,145,243); }
div.DivClassName
{
background-color: #E191F3;
}
.BgClassName
{
background-color: #E191F3;
}
</style>
border-color css
<style>
span { border-color: #E191F3; }
span { border-color: rgb(225,145,243); }
td.TdClassName
{
border-color: #E191F3;
}
.TagClassName
{
border-color: #E191F3;
}
</style>