Shades of Violet #E58CED
Tints of Violet #E58CED
RGB
CMYK
RGB Variations
Color information
#E58CED (or 0xE58CED) is known color: Violet. HEX triplet: E5, 8C and ED. RGB value is (229,140,237). Sum of RGB (Red+Green+Blue) = 229+140+237=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #E58CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58CED is #1A7312. Grayscale: #B1B1B1. Windows color (decimal): -1733395 or 15568101. OLE color: 15568101.
HSL color Cylindrical-coordinate representation of color #E58CED: hue angle of 295.05º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E58CED is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 140 | 237 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.07 |
| HSL | 295.05º | 0.73% | 0.74% | - |
| HSV(B) | 295.05º | 0.41% | 0.93% | - |
| XYZ | 56.98 | 41.53 | 85.13 | - |
| YUV | 177.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 237 | 0.03 | 0.41 | 0 | 0.07 | 295.05 | 0.73 | 0.74 |
| Hex | E5 | 8C | ED | 3 | 29 | 0 | 7 | 127 | 49 | 4A |
| Octal | 345 | 214 | 355 | 3 | 51 | 0 | 7 | 447 | 111 | 112 |
| Binary | 11100101 | 10001100 | 11101101 | 11 | 101001 | 0 | 111 | 100100111 | 1001001 | 1001010 |
Color Harmonies of #E58CED
Complementary color
Monochromatic Colors of #E58CED
Black with #E58CED
Text Example
Text Example
White with #E58CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CED; }
p { color: rgb(229,140,237); }
H1.HeaderClassName
{
color: #E58CED;
}
.AnyTagClassName
{
color: #E58CED;
}
</style>
background-color css
<style>
a { background-color: #E58CED; }
a { background-color: rgb(229,140,237); }
div.DivClassName
{
background-color: #E58CED;
}
.BgClassName
{
background-color: #E58CED;
}
</style>
border-color css
<style>
span { border-color: #E58CED; }
span { border-color: rgb(229,140,237); }
td.TdClassName
{
border-color: #E58CED;
}
.TagClassName
{
border-color: #E58CED;
}
</style>