Shades of Violet #E582DF
Tints of Violet #E582DF
RGB
CMYK
RGB Variations
Color information
#E582DF (or 0xE582DF) is known color: Violet. HEX triplet: E5, 82 and DF. RGB value is (229,130,223). Sum of RGB (Red+Green+Blue) = 229+130+223=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E582DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582DF is #1A7D20. Grayscale: #A9A9A9. Windows color (decimal): -1735969 or 14648037. OLE color: 14648037.
HSL color Cylindrical-coordinate representation of color #E582DF: hue angle of 303.64º 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 #E582DF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 223 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.10 |
| HSL | 303.64º | 0.66% | 0.7% | - |
| HSV(B) | 303.64º | 0.43% | 0.9% | - |
| XYZ | 53.62 | 37.95 | 74.31 | - |
| YUV | 170.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 223 | 0 | 0.43 | 0.03 | 0.10 | 303.64 | 0.66 | 0.7 |
| Hex | E5 | 82 | DF | 0 | 2B | 3 | A | 130 | 42 | 46 |
| Octal | 345 | 202 | 337 | 0 | 53 | 3 | 12 | 460 | 102 | 106 |
| Binary | 11100101 | 10000010 | 11011111 | 0 | 101011 | 11 | 1010 | 100110000 | 1000010 | 1000110 |
Color Harmonies of #E582DF
Complementary color
Monochromatic Colors of #E582DF
Black with #E582DF
Text Example
Text Example
White with #E582DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582DF; }
p { color: rgb(229,130,223); }
H1.HeaderClassName
{
color: #E582DF;
}
.AnyTagClassName
{
color: #E582DF;
}
</style>
background-color css
<style>
a { background-color: #E582DF; }
a { background-color: rgb(229,130,223); }
div.DivClassName
{
background-color: #E582DF;
}
.BgClassName
{
background-color: #E582DF;
}
</style>
border-color css
<style>
span { border-color: #E582DF; }
span { border-color: rgb(229,130,223); }
td.TdClassName
{
border-color: #E582DF;
}
.TagClassName
{
border-color: #E582DF;
}
</style>