Shades of Violet #E58AED
Tints of Violet #E58AED
RGB
CMYK
RGB Variations
Color information
#E58AED (or 0xE58AED) is known color: Violet. HEX triplet: E5, 8A and ED. RGB value is (229,138,237). Sum of RGB (Red+Green+Blue) = 229+138+237=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #E58AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58AED is #1A7512. Grayscale: #B0B0B0. Windows color (decimal): -1733907 or 15567589. OLE color: 15567589.
HSL color Cylindrical-coordinate representation of color #E58AED: hue angle of 295.15º degrees, saturation: 0.73, 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 #E58AED is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 138 | 237 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.07 |
| HSL | 295.15º | 0.73% | 0.74% | - |
| HSV(B) | 295.15º | 0.42% | 0.93% | - |
| XYZ | 56.69 | 40.95 | 85.04 | - |
| YUV | 176.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 237 | 0.03 | 0.42 | 0 | 0.07 | 295.15 | 0.73 | 0.74 |
| Hex | E5 | 8A | ED | 3 | 2A | 0 | 7 | 127 | 49 | 4A |
| Octal | 345 | 212 | 355 | 3 | 52 | 0 | 7 | 447 | 111 | 112 |
| Binary | 11100101 | 10001010 | 11101101 | 11 | 101010 | 0 | 111 | 100100111 | 1001001 | 1001010 |
Color Harmonies of #E58AED
Complementary color
Monochromatic Colors of #E58AED
Black with #E58AED
Text Example
Text Example
White with #E58AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AED; }
p { color: rgb(229,138,237); }
H1.HeaderClassName
{
color: #E58AED;
}
.AnyTagClassName
{
color: #E58AED;
}
</style>
background-color css
<style>
a { background-color: #E58AED; }
a { background-color: rgb(229,138,237); }
div.DivClassName
{
background-color: #E58AED;
}
.BgClassName
{
background-color: #E58AED;
}
</style>
border-color css
<style>
span { border-color: #E58AED; }
span { border-color: rgb(229,138,237); }
td.TdClassName
{
border-color: #E58AED;
}
.TagClassName
{
border-color: #E58AED;
}
</style>