Shades of Violet #E58CE2
Tints of Violet #E58CE2
RGB
CMYK
RGB Variations
Color information
#E58CE2 (or 0xE58CE2) is known color: Violet. HEX triplet: E5, 8C and E2. RGB value is (229,140,226). Sum of RGB (Red+Green+Blue) = 229+140+226=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CE2 is #1A731D. Grayscale: #B0B0B0. Windows color (decimal): -1733406 or 14847205. OLE color: 14847205.
HSL color Cylindrical-coordinate representation of color #E58CE2: hue angle of 302.02º 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 #E58CE2 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 226 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.10 |
| HSL | 302.02º | 0.63% | 0.72% | - |
| HSV(B) | 302.02º | 0.39% | 0.9% | - |
| XYZ | 55.42 | 40.91 | 76.93 | - |
| YUV | 176.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 226 | 0 | 0.39 | 0.01 | 0.10 | 302.02 | 0.63 | 0.72 |
| Hex | E5 | 8C | E2 | 0 | 27 | 1 | A | 12E | 3F | 48 |
| Octal | 345 | 214 | 342 | 0 | 47 | 1 | 12 | 456 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11100010 | 0 | 100111 | 1 | 1010 | 100101110 | 111111 | 1001000 |
Color Harmonies of #E58CE2
Complementary color
Monochromatic Colors of #E58CE2
Black with #E58CE2
Text Example
Text Example
White with #E58CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CE2; }
p { color: rgb(229,140,226); }
H1.HeaderClassName
{
color: #E58CE2;
}
.AnyTagClassName
{
color: #E58CE2;
}
</style>
background-color css
<style>
a { background-color: #E58CE2; }
a { background-color: rgb(229,140,226); }
div.DivClassName
{
background-color: #E58CE2;
}
.BgClassName
{
background-color: #E58CE2;
}
</style>
border-color css
<style>
span { border-color: #E58CE2; }
span { border-color: rgb(229,140,226); }
td.TdClassName
{
border-color: #E58CE2;
}
.TagClassName
{
border-color: #E58CE2;
}
</style>