Shades of Violet #E582E5
Tints of Violet #E582E5
RGB
CMYK
RGB Variations
Color information
#E582E5 (or 0xE582E5) is known color: Violet. HEX triplet: E5, 82 and E5. RGB value is (229,130,229). Sum of RGB (Red+Green+Blue) = 229+130+229=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E582E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582E5 is #1A7D1A. Grayscale: #AAAAAA. Windows color (decimal): -1735963 or 15041253. OLE color: 15041253.
HSL color Cylindrical-coordinate representation of color #E582E5: hue angle of 300º 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 #E582E5 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 229 | - |
| CMYK | 0 | 0.43 | 0 | 0.10 |
| HSL | 300º | 0.66% | 0.7% | - |
| HSV(B) | 300º | 0.43% | 0.9% | - |
| XYZ | 54.44 | 38.28 | 78.65 | - |
| YUV | 170.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 229 | 0 | 0.43 | 0 | 0.10 | 300 | 0.66 | 0.7 |
| Hex | E5 | 82 | E5 | 0 | 2B | 0 | A | 12C | 42 | 46 |
| Octal | 345 | 202 | 345 | 0 | 53 | 0 | 12 | 454 | 102 | 106 |
| Binary | 11100101 | 10000010 | 11100101 | 0 | 101011 | 0 | 1010 | 100101100 | 1000010 | 1000110 |
Color Harmonies of #E582E5
Complementary color
Monochromatic Colors of #E582E5
Black with #E582E5
Text Example
Text Example
White with #E582E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582E5; }
p { color: rgb(229,130,229); }
H1.HeaderClassName
{
color: #E582E5;
}
.AnyTagClassName
{
color: #E582E5;
}
</style>
background-color css
<style>
a { background-color: #E582E5; }
a { background-color: rgb(229,130,229); }
div.DivClassName
{
background-color: #E582E5;
}
.BgClassName
{
background-color: #E582E5;
}
</style>
border-color css
<style>
span { border-color: #E582E5; }
span { border-color: rgb(229,130,229); }
td.TdClassName
{
border-color: #E582E5;
}
.TagClassName
{
border-color: #E582E5;
}
</style>