Shades of Violet #E591F1
Tints of Violet #E591F1
RGB
CMYK
RGB Variations
Color information
#E591F1 (or 0xE591F1) is known color: Violet. HEX triplet: E5, 91 and F1. RGB value is (229,145,241). Sum of RGB (Red+Green+Blue) = 229+145+241=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #E591F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E591F1 is #1A6E0E. Grayscale: #B4B4B4. Windows color (decimal): -1732111 or 15831525. OLE color: 15831525.
HSL color Cylindrical-coordinate representation of color #E591F1: hue angle of 292.5º 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 #E591F1 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 145 | 241 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.05 |
| HSL | 292.5º | 0.77% | 0.76% | - |
| HSV(B) | 292.5º | 0.4% | 0.95% | - |
| XYZ | 58.32 | 43.26 | 88.5 | - |
| YUV | 181.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 241 | 0.05 | 0.40 | 0 | 0.05 | 292.5 | 0.77 | 0.76 |
| Hex | E5 | 91 | F1 | 5 | 28 | 0 | 5 | 124 | 4D | 4C |
| Octal | 345 | 221 | 361 | 5 | 50 | 0 | 5 | 444 | 115 | 114 |
| Binary | 11100101 | 10010001 | 11110001 | 101 | 101000 | 0 | 101 | 100100100 | 1001101 | 1001100 |
Color Harmonies of #E591F1
Complementary color
Monochromatic Colors of #E591F1
Black with #E591F1
Text Example
Text Example
White with #E591F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591F1; }
p { color: rgb(229,145,241); }
H1.HeaderClassName
{
color: #E591F1;
}
.AnyTagClassName
{
color: #E591F1;
}
</style>
background-color css
<style>
a { background-color: #E591F1; }
a { background-color: rgb(229,145,241); }
div.DivClassName
{
background-color: #E591F1;
}
.BgClassName
{
background-color: #E591F1;
}
</style>
border-color css
<style>
span { border-color: #E591F1; }
span { border-color: rgb(229,145,241); }
td.TdClassName
{
border-color: #E591F1;
}
.TagClassName
{
border-color: #E591F1;
}
</style>