Shades of Violet #E58CE8
Tints of Violet #E58CE8
RGB
CMYK
RGB Variations
Color information
#E58CE8 (or 0xE58CE8) is known color: Violet. HEX triplet: E5, 8C and E8. RGB value is (229,140,232). Sum of RGB (Red+Green+Blue) = 229+140+232=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #E58CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58CE8 is #1A7317. Grayscale: #B0B0B0. Windows color (decimal): -1733400 or 15240421. OLE color: 15240421.
HSL color Cylindrical-coordinate representation of color #E58CE8: hue angle of 298.04º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58CE8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 140 | 232 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.09 |
| HSL | 298.04º | 0.67% | 0.73% | - |
| HSV(B) | 298.04º | 0.4% | 0.91% | - |
| XYZ | 56.26 | 41.24 | 81.34 | - |
| YUV | 177.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 232 | 0.01 | 0.40 | 0 | 0.09 | 298.04 | 0.67 | 0.73 |
| Hex | E5 | 8C | E8 | 1 | 28 | 0 | 9 | 12A | 43 | 49 |
| Octal | 345 | 214 | 350 | 1 | 50 | 0 | 11 | 452 | 103 | 111 |
| Binary | 11100101 | 10001100 | 11101000 | 1 | 101000 | 0 | 1001 | 100101010 | 1000011 | 1001001 |
Color Harmonies of #E58CE8
Complementary color
Monochromatic Colors of #E58CE8
Black with #E58CE8
Text Example
Text Example
White with #E58CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CE8; }
p { color: rgb(229,140,232); }
H1.HeaderClassName
{
color: #E58CE8;
}
.AnyTagClassName
{
color: #E58CE8;
}
</style>
background-color css
<style>
a { background-color: #E58CE8; }
a { background-color: rgb(229,140,232); }
div.DivClassName
{
background-color: #E58CE8;
}
.BgClassName
{
background-color: #E58CE8;
}
</style>
border-color css
<style>
span { border-color: #E58CE8; }
span { border-color: rgb(229,140,232); }
td.TdClassName
{
border-color: #E58CE8;
}
.TagClassName
{
border-color: #E58CE8;
}
</style>