Shades of Violet #E582DE
Tints of Violet #E582DE
RGB
CMYK
RGB Variations
Color information
#E582DE (or 0xE582DE) is known color: Violet. HEX triplet: E5, 82 and DE. RGB value is (229,130,222). Sum of RGB (Red+Green+Blue) = 229+130+222=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E582DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582DE is #1A7D21. Grayscale: #A9A9A9. Windows color (decimal): -1735970 or 14582501. OLE color: 14582501.
HSL color Cylindrical-coordinate representation of color #E582DE: hue angle of 304.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E582DE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 222 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.10 |
| HSL | 304.24º | 0.66% | 0.7% | - |
| HSV(B) | 304.24º | 0.43% | 0.9% | - |
| XYZ | 53.48 | 37.9 | 73.6 | - |
| YUV | 170.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 222 | 0 | 0.43 | 0.03 | 0.10 | 304.24 | 0.66 | 0.7 |
| Hex | E5 | 82 | DE | 0 | 2B | 3 | A | 130 | 42 | 46 |
| Octal | 345 | 202 | 336 | 0 | 53 | 3 | 12 | 460 | 102 | 106 |
| Binary | 11100101 | 10000010 | 11011110 | 0 | 101011 | 11 | 1010 | 100110000 | 1000010 | 1000110 |
Color Harmonies of #E582DE
Complementary color
Monochromatic Colors of #E582DE
Black with #E582DE
Text Example
Text Example
White with #E582DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582DE; }
p { color: rgb(229,130,222); }
H1.HeaderClassName
{
color: #E582DE;
}
.AnyTagClassName
{
color: #E582DE;
}
</style>
background-color css
<style>
a { background-color: #E582DE; }
a { background-color: rgb(229,130,222); }
div.DivClassName
{
background-color: #E582DE;
}
.BgClassName
{
background-color: #E582DE;
}
</style>
border-color css
<style>
span { border-color: #E582DE; }
span { border-color: rgb(229,130,222); }
td.TdClassName
{
border-color: #E582DE;
}
.TagClassName
{
border-color: #E582DE;
}
</style>