Shades of Violet #E582E9
Tints of Violet #E582E9
RGB
CMYK
RGB Variations
Color information
#E582E9 (or 0xE582E9) is known color: Violet. HEX triplet: E5, 82 and E9. RGB value is (229,130,233). Sum of RGB (Red+Green+Blue) = 229+130+233=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #E582E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582E9 is #1A7D16. Grayscale: #ABABAB. Windows color (decimal): -1735959 or 15303397. OLE color: 15303397.
HSL color Cylindrical-coordinate representation of color #E582E9: hue angle of 297.67º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E582E9 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 130 | 233 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.09 |
| HSL | 297.67º | 0.7% | 0.71% | - |
| HSV(B) | 297.67º | 0.44% | 0.91% | - |
| XYZ | 55 | 38.51 | 81.62 | - |
| YUV | 171.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 233 | 0.02 | 0.44 | 0 | 0.09 | 297.67 | 0.7 | 0.71 |
| Hex | E5 | 82 | E9 | 2 | 2C | 0 | 9 | 12A | 46 | 47 |
| Octal | 345 | 202 | 351 | 2 | 54 | 0 | 11 | 452 | 106 | 107 |
| Binary | 11100101 | 10000010 | 11101001 | 10 | 101100 | 0 | 1001 | 100101010 | 1000110 | 1000111 |
Color Harmonies of #E582E9
Complementary color
Monochromatic Colors of #E582E9
Black with #E582E9
Text Example
Text Example
White with #E582E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582E9; }
p { color: rgb(229,130,233); }
H1.HeaderClassName
{
color: #E582E9;
}
.AnyTagClassName
{
color: #E582E9;
}
</style>
background-color css
<style>
a { background-color: #E582E9; }
a { background-color: rgb(229,130,233); }
div.DivClassName
{
background-color: #E582E9;
}
.BgClassName
{
background-color: #E582E9;
}
</style>
border-color css
<style>
span { border-color: #E582E9; }
span { border-color: rgb(229,130,233); }
td.TdClassName
{
border-color: #E582E9;
}
.TagClassName
{
border-color: #E582E9;
}
</style>