Shades of Violet #E586F1
Tints of Violet #E586F1
RGB
CMYK
RGB Variations
Color information
#E586F1 (or 0xE586F1) is known color: Violet. HEX triplet: E5, 86 and F1. RGB value is (229,134,241). Sum of RGB (Red+Green+Blue) = 229+134+241=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #E586F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E586F1 is #1A790E. Grayscale: #AEAEAE. Windows color (decimal): -1734927 or 15828709. OLE color: 15828709.
HSL color Cylindrical-coordinate representation of color #E586F1: hue angle of 293.27º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E586F1 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 134 | 241 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.05 |
| HSL | 293.27º | 0.79% | 0.74% | - |
| HSV(B) | 293.27º | 0.44% | 0.95% | - |
| XYZ | 56.72 | 40.06 | 87.96 | - |
| YUV | 174.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 241 | 0.05 | 0.44 | 0 | 0.05 | 293.27 | 0.79 | 0.74 |
| Hex | E5 | 86 | F1 | 5 | 2C | 0 | 5 | 125 | 4F | 4A |
| Octal | 345 | 206 | 361 | 5 | 54 | 0 | 5 | 445 | 117 | 112 |
| Binary | 11100101 | 10000110 | 11110001 | 101 | 101100 | 0 | 101 | 100100101 | 1001111 | 1001010 |
Color Harmonies of #E586F1
Complementary color
Monochromatic Colors of #E586F1
Black with #E586F1
Text Example
Text Example
White with #E586F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586F1; }
p { color: rgb(229,134,241); }
H1.HeaderClassName
{
color: #E586F1;
}
.AnyTagClassName
{
color: #E586F1;
}
</style>
background-color css
<style>
a { background-color: #E586F1; }
a { background-color: rgb(229,134,241); }
div.DivClassName
{
background-color: #E586F1;
}
.BgClassName
{
background-color: #E586F1;
}
</style>
border-color css
<style>
span { border-color: #E586F1; }
span { border-color: rgb(229,134,241); }
td.TdClassName
{
border-color: #E586F1;
}
.TagClassName
{
border-color: #E586F1;
}
</style>