Shades of Violet #E586EA
Tints of Violet #E586EA
RGB
CMYK
RGB Variations
Color information
#E586EA (or 0xE586EA) is known color: Violet. HEX triplet: E5, 86 and EA. RGB value is (229,134,234). Sum of RGB (Red+Green+Blue) = 229+134+234=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #E586EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E586EA is #1A7915. Grayscale: #ADADAD. Windows color (decimal): -1734934 or 15369957. OLE color: 15369957.
HSL color Cylindrical-coordinate representation of color #E586EA: hue angle of 297º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E586EA is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 134 | 234 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.08 |
| HSL | 297º | 0.7% | 0.72% | - |
| HSV(B) | 297º | 0.43% | 0.92% | - |
| XYZ | 55.69 | 39.65 | 82.56 | - |
| YUV | 173.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 234 | 0.02 | 0.43 | 0 | 0.08 | 297 | 0.7 | 0.72 |
| Hex | E5 | 86 | EA | 2 | 2B | 0 | 8 | 129 | 46 | 48 |
| Octal | 345 | 206 | 352 | 2 | 53 | 0 | 10 | 451 | 106 | 110 |
| Binary | 11100101 | 10000110 | 11101010 | 10 | 101011 | 0 | 1000 | 100101001 | 1000110 | 1001000 |
Color Harmonies of #E586EA
Complementary color
Monochromatic Colors of #E586EA
Black with #E586EA
Text Example
Text Example
White with #E586EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586EA; }
p { color: rgb(229,134,234); }
H1.HeaderClassName
{
color: #E586EA;
}
.AnyTagClassName
{
color: #E586EA;
}
</style>
background-color css
<style>
a { background-color: #E586EA; }
a { background-color: rgb(229,134,234); }
div.DivClassName
{
background-color: #E586EA;
}
.BgClassName
{
background-color: #E586EA;
}
</style>
border-color css
<style>
span { border-color: #E586EA; }
span { border-color: rgb(229,134,234); }
td.TdClassName
{
border-color: #E586EA;
}
.TagClassName
{
border-color: #E586EA;
}
</style>