Shades of Violet #E58BDC
Tints of Violet #E58BDC
RGB
CMYK
RGB Variations
Color information
#E58BDC (or 0xE58BDC) is known color: Violet. HEX triplet: E5, 8B and DC. RGB value is (229,139,220). Sum of RGB (Red+Green+Blue) = 229+139+220=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BDC is #1A7423. Grayscale: #AEAEAE. Windows color (decimal): -1733668 or 14453733. OLE color: 14453733.
HSL color Cylindrical-coordinate representation of color #E58BDC: hue angle of 306º 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 #E58BDC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 220 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.10 |
| HSL | 306º | 0.63% | 0.72% | - |
| HSV(B) | 306º | 0.39% | 0.9% | - |
| XYZ | 54.46 | 40.29 | 72.62 | - |
| YUV | 175.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 220 | 0 | 0.39 | 0.04 | 0.10 | 306 | 0.63 | 0.72 |
| Hex | E5 | 8B | DC | 0 | 27 | 4 | A | 132 | 3F | 48 |
| Octal | 345 | 213 | 334 | 0 | 47 | 4 | 12 | 462 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11011100 | 0 | 100111 | 100 | 1010 | 100110010 | 111111 | 1001000 |
Color Harmonies of #E58BDC
Complementary color
Monochromatic Colors of #E58BDC
Black with #E58BDC
Text Example
Text Example
White with #E58BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BDC; }
p { color: rgb(229,139,220); }
H1.HeaderClassName
{
color: #E58BDC;
}
.AnyTagClassName
{
color: #E58BDC;
}
</style>
background-color css
<style>
a { background-color: #E58BDC; }
a { background-color: rgb(229,139,220); }
div.DivClassName
{
background-color: #E58BDC;
}
.BgClassName
{
background-color: #E58BDC;
}
</style>
border-color css
<style>
span { border-color: #E58BDC; }
span { border-color: rgb(229,139,220); }
td.TdClassName
{
border-color: #E58BDC;
}
.TagClassName
{
border-color: #E58BDC;
}
</style>