Shades of Violet #E586E8
Tints of Violet #E586E8
RGB
CMYK
RGB Variations
Color information
#E586E8 (or 0xE586E8) is known color: Violet. HEX triplet: E5, 86 and E8. RGB value is (229,134,232). Sum of RGB (Red+Green+Blue) = 229+134+232=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #E586E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E586E8 is #1A7917. Grayscale: #ADADAD. Windows color (decimal): -1734936 or 15238885. OLE color: 15238885.
HSL color Cylindrical-coordinate representation of color #E586E8: hue angle of 298.16º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E586E8 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 134 | 232 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.09 |
| HSL | 298.16º | 0.68% | 0.72% | - |
| HSV(B) | 298.16º | 0.42% | 0.91% | - |
| XYZ | 55.4 | 39.53 | 81.05 | - |
| YUV | 173.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 232 | 0.01 | 0.42 | 0 | 0.09 | 298.16 | 0.68 | 0.72 |
| Hex | E5 | 86 | E8 | 1 | 2A | 0 | 9 | 12A | 44 | 48 |
| Octal | 345 | 206 | 350 | 1 | 52 | 0 | 11 | 452 | 104 | 110 |
| Binary | 11100101 | 10000110 | 11101000 | 1 | 101010 | 0 | 1001 | 100101010 | 1000100 | 1001000 |
Color Harmonies of #E586E8
Complementary color
Monochromatic Colors of #E586E8
Black with #E586E8
Text Example
Text Example
White with #E586E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586E8; }
p { color: rgb(229,134,232); }
H1.HeaderClassName
{
color: #E586E8;
}
.AnyTagClassName
{
color: #E586E8;
}
</style>
background-color css
<style>
a { background-color: #E586E8; }
a { background-color: rgb(229,134,232); }
div.DivClassName
{
background-color: #E586E8;
}
.BgClassName
{
background-color: #E586E8;
}
</style>
border-color css
<style>
span { border-color: #E586E8; }
span { border-color: rgb(229,134,232); }
td.TdClassName
{
border-color: #E586E8;
}
.TagClassName
{
border-color: #E586E8;
}
</style>