Shades of Violet #E582DD
Tints of Violet #E582DD
RGB
CMYK
RGB Variations
Color information
#E582DD (or 0xE582DD) is known color: Violet. HEX triplet: E5, 82 and DD. RGB value is (229,130,221). Sum of RGB (Red+Green+Blue) = 229+130+221=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E582DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582DD is #1A7D22. Grayscale: #A9A9A9. Windows color (decimal): -1735971 or 14516965. OLE color: 14516965.
HSL color Cylindrical-coordinate representation of color #E582DD: hue angle of 304.85º 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 #E582DD is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 221 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.10 |
| HSL | 304.85º | 0.66% | 0.7% | - |
| HSV(B) | 304.85º | 0.43% | 0.9% | - |
| XYZ | 53.35 | 37.84 | 72.9 | - |
| YUV | 169.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 221 | 0 | 0.43 | 0.03 | 0.10 | 304.85 | 0.66 | 0.7 |
| Hex | E5 | 82 | DD | 0 | 2B | 3 | A | 131 | 42 | 46 |
| Octal | 345 | 202 | 335 | 0 | 53 | 3 | 12 | 461 | 102 | 106 |
| Binary | 11100101 | 10000010 | 11011101 | 0 | 101011 | 11 | 1010 | 100110001 | 1000010 | 1000110 |
Color Harmonies of #E582DD
Complementary color
Monochromatic Colors of #E582DD
Black with #E582DD
Text Example
Text Example
White with #E582DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582DD; }
p { color: rgb(229,130,221); }
H1.HeaderClassName
{
color: #E582DD;
}
.AnyTagClassName
{
color: #E582DD;
}
</style>
background-color css
<style>
a { background-color: #E582DD; }
a { background-color: rgb(229,130,221); }
div.DivClassName
{
background-color: #E582DD;
}
.BgClassName
{
background-color: #E582DD;
}
</style>
border-color css
<style>
span { border-color: #E582DD; }
span { border-color: rgb(229,130,221); }
td.TdClassName
{
border-color: #E582DD;
}
.TagClassName
{
border-color: #E582DD;
}
</style>