Shades of Violet #E58AEE
Tints of Violet #E58AEE
RGB
CMYK
RGB Variations
Color information
#E58AEE (or 0xE58AEE) is known color: Violet. HEX triplet: E5, 8A and EE. RGB value is (229,138,238). Sum of RGB (Red+Green+Blue) = 229+138+238=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #E58AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58AEE is #1A7511. Grayscale: #B0B0B0. Windows color (decimal): -1733906 or 15633125. OLE color: 15633125.
HSL color Cylindrical-coordinate representation of color #E58AEE: hue angle of 294.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E58AEE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 138 | 238 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.07 |
| HSL | 294.6º | 0.75% | 0.74% | - |
| HSV(B) | 294.6º | 0.42% | 0.93% | - |
| XYZ | 56.83 | 41.01 | 85.81 | - |
| YUV | 176.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 238 | 0.04 | 0.42 | 0 | 0.07 | 294.6 | 0.75 | 0.74 |
| Hex | E5 | 8A | EE | 4 | 2A | 0 | 7 | 127 | 4B | 4A |
| Octal | 345 | 212 | 356 | 4 | 52 | 0 | 7 | 447 | 113 | 112 |
| Binary | 11100101 | 10001010 | 11101110 | 100 | 101010 | 0 | 111 | 100100111 | 1001011 | 1001010 |
Color Harmonies of #E58AEE
Complementary color
Monochromatic Colors of #E58AEE
Black with #E58AEE
Text Example
Text Example
White with #E58AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AEE; }
p { color: rgb(229,138,238); }
H1.HeaderClassName
{
color: #E58AEE;
}
.AnyTagClassName
{
color: #E58AEE;
}
</style>
background-color css
<style>
a { background-color: #E58AEE; }
a { background-color: rgb(229,138,238); }
div.DivClassName
{
background-color: #E58AEE;
}
.BgClassName
{
background-color: #E58AEE;
}
</style>
border-color css
<style>
span { border-color: #E58AEE; }
span { border-color: rgb(229,138,238); }
td.TdClassName
{
border-color: #E58AEE;
}
.TagClassName
{
border-color: #E58AEE;
}
</style>