Shades of Violet #E58AE2
Tints of Violet #E58AE2
RGB
CMYK
RGB Variations
Color information
#E58AE2 (or 0xE58AE2) is known color: Violet. HEX triplet: E5, 8A and E2. RGB value is (229,138,226). Sum of RGB (Red+Green+Blue) = 229+138+226=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AE2 is #1A751D. Grayscale: #AEAEAE. Windows color (decimal): -1733918 or 14846693. OLE color: 14846693.
HSL color Cylindrical-coordinate representation of color #E58AE2: hue angle of 301.98º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AE2 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 226 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.10 |
| HSL | 301.98º | 0.64% | 0.72% | - |
| HSV(B) | 301.98º | 0.4% | 0.9% | - |
| XYZ | 55.13 | 40.33 | 76.83 | - |
| YUV | 175.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 226 | 0 | 0.40 | 0.01 | 0.10 | 301.98 | 0.64 | 0.72 |
| Hex | E5 | 8A | E2 | 0 | 28 | 1 | A | 12E | 40 | 48 |
| Octal | 345 | 212 | 342 | 0 | 50 | 1 | 12 | 456 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11100010 | 0 | 101000 | 1 | 1010 | 100101110 | 1000000 | 1001000 |
Color Harmonies of #E58AE2
Complementary color
Monochromatic Colors of #E58AE2
Black with #E58AE2
Text Example
Text Example
White with #E58AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AE2; }
p { color: rgb(229,138,226); }
H1.HeaderClassName
{
color: #E58AE2;
}
.AnyTagClassName
{
color: #E58AE2;
}
</style>
background-color css
<style>
a { background-color: #E58AE2; }
a { background-color: rgb(229,138,226); }
div.DivClassName
{
background-color: #E58AE2;
}
.BgClassName
{
background-color: #E58AE2;
}
</style>
border-color css
<style>
span { border-color: #E58AE2; }
span { border-color: rgb(229,138,226); }
td.TdClassName
{
border-color: #E58AE2;
}
.TagClassName
{
border-color: #E58AE2;
}
</style>