Shades of Violet #E582EE
Tints of Violet #E582EE
RGB
CMYK
RGB Variations
Color information
#E582EE (or 0xE582EE) is known color: Violet. HEX triplet: E5, 82 and EE. RGB value is (229,130,238). Sum of RGB (Red+Green+Blue) = 229+130+238=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #E582EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582EE is #1A7D11. Grayscale: #ABABAB. Windows color (decimal): -1735954 or 15631077. OLE color: 15631077.
HSL color Cylindrical-coordinate representation of color #E582EE: hue angle of 295º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E582EE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 130 | 238 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.07 |
| HSL | 295º | 0.76% | 0.72% | - |
| HSV(B) | 295º | 0.45% | 0.93% | - |
| XYZ | 55.73 | 38.8 | 85.44 | - |
| YUV | 171.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 238 | 0.04 | 0.45 | 0 | 0.07 | 295 | 0.76 | 0.72 |
| Hex | E5 | 82 | EE | 4 | 2D | 0 | 7 | 127 | 4C | 48 |
| Octal | 345 | 202 | 356 | 4 | 55 | 0 | 7 | 447 | 114 | 110 |
| Binary | 11100101 | 10000010 | 11101110 | 100 | 101101 | 0 | 111 | 100100111 | 1001100 | 1001000 |
Color Harmonies of #E582EE
Complementary color
Monochromatic Colors of #E582EE
Black with #E582EE
Text Example
Text Example
White with #E582EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E582EE; }
p { color: rgb(229,130,238); }
H1.HeaderClassName
{
color: #E582EE;
}
.AnyTagClassName
{
color: #E582EE;
}
</style>
background-color css
<style>
a { background-color: #E582EE; }
a { background-color: rgb(229,130,238); }
div.DivClassName
{
background-color: #E582EE;
}
.BgClassName
{
background-color: #E582EE;
}
</style>
border-color css
<style>
span { border-color: #E582EE; }
span { border-color: rgb(229,130,238); }
td.TdClassName
{
border-color: #E582EE;
}
.TagClassName
{
border-color: #E582EE;
}
</style>