Shades of Violet #E586DE
Tints of Violet #E586DE
RGB
CMYK
RGB Variations
Color information
#E586DE (or 0xE586DE) is known color: Violet. HEX triplet: E5, 86 and DE. RGB value is (229,134,222). Sum of RGB (Red+Green+Blue) = 229+134+222=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E586DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586DE is #1A7921. Grayscale: #ACACAC. Windows color (decimal): -1734946 or 14583525. OLE color: 14583525.
HSL color Cylindrical-coordinate representation of color #E586DE: hue angle of 304.42º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586DE is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 222 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.10 |
| HSL | 304.42º | 0.65% | 0.71% | - |
| HSV(B) | 304.42º | 0.41% | 0.9% | - |
| XYZ | 54.02 | 38.98 | 73.78 | - |
| YUV | 172.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 222 | 0 | 0.41 | 0.03 | 0.10 | 304.42 | 0.65 | 0.71 |
| Hex | E5 | 86 | DE | 0 | 29 | 3 | A | 130 | 41 | 47 |
| Octal | 345 | 206 | 336 | 0 | 51 | 3 | 12 | 460 | 101 | 107 |
| Binary | 11100101 | 10000110 | 11011110 | 0 | 101001 | 11 | 1010 | 100110000 | 1000001 | 1000111 |
Color Harmonies of #E586DE
Complementary color
Monochromatic Colors of #E586DE
Black with #E586DE
Text Example
Text Example
White with #E586DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586DE; }
p { color: rgb(229,134,222); }
H1.HeaderClassName
{
color: #E586DE;
}
.AnyTagClassName
{
color: #E586DE;
}
</style>
background-color css
<style>
a { background-color: #E586DE; }
a { background-color: rgb(229,134,222); }
div.DivClassName
{
background-color: #E586DE;
}
.BgClassName
{
background-color: #E586DE;
}
</style>
border-color css
<style>
span { border-color: #E586DE; }
span { border-color: rgb(229,134,222); }
td.TdClassName
{
border-color: #E586DE;
}
.TagClassName
{
border-color: #E586DE;
}
</style>