Shades of Violet #E58CE1
Tints of Violet #E58CE1
RGB
CMYK
RGB Variations
Color information
#E58CE1 (or 0xE58CE1) is known color: Violet. HEX triplet: E5, 8C and E1. RGB value is (229,140,225). Sum of RGB (Red+Green+Blue) = 229+140+225=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CE1 is #1A731E. Grayscale: #B0B0B0. Windows color (decimal): -1733407 or 14781669. OLE color: 14781669.
HSL color Cylindrical-coordinate representation of color #E58CE1: hue angle of 302.7º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CE1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 225 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.10 |
| HSL | 302.7º | 0.63% | 0.72% | - |
| HSV(B) | 302.7º | 0.39% | 0.9% | - |
| XYZ | 55.28 | 40.85 | 76.21 | - |
| YUV | 176.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 225 | 0 | 0.39 | 0.02 | 0.10 | 302.7 | 0.63 | 0.72 |
| Hex | E5 | 8C | E1 | 0 | 27 | 2 | A | 12F | 3F | 48 |
| Octal | 345 | 214 | 341 | 0 | 47 | 2 | 12 | 457 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11100001 | 0 | 100111 | 10 | 1010 | 100101111 | 111111 | 1001000 |
Color Harmonies of #E58CE1
Complementary color
Monochromatic Colors of #E58CE1
Black with #E58CE1
Text Example
Text Example
White with #E58CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CE1; }
p { color: rgb(229,140,225); }
H1.HeaderClassName
{
color: #E58CE1;
}
.AnyTagClassName
{
color: #E58CE1;
}
</style>
background-color css
<style>
a { background-color: #E58CE1; }
a { background-color: rgb(229,140,225); }
div.DivClassName
{
background-color: #E58CE1;
}
.BgClassName
{
background-color: #E58CE1;
}
</style>
border-color css
<style>
span { border-color: #E58CE1; }
span { border-color: rgb(229,140,225); }
td.TdClassName
{
border-color: #E58CE1;
}
.TagClassName
{
border-color: #E58CE1;
}
</style>