Shades of Plum #E58ED4
Tints of Plum #E58ED4
RGB
CMYK
RGB Variations
Color information
#E58ED4 (or 0xE58ED4) is known color: Plum. HEX triplet: E5, 8E and D4. RGB value is (229,142,212). Sum of RGB (Red+Green+Blue) = 229+142+212=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ED4 is #1A712B. Grayscale: #AFAFAF. Windows color (decimal): -1732908 or 13930213. OLE color: 13930213.
HSL color Cylindrical-coordinate representation of color #E58ED4: hue angle of 311.72º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58ED4 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 212 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.10 |
| HSL | 311.72º | 0.63% | 0.73% | - |
| HSV(B) | 311.72º | 0.38% | 0.9% | - |
| XYZ | 53.87 | 40.76 | 67.32 | - |
| YUV | 175.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 212 | 0 | 0.38 | 0.07 | 0.10 | 311.72 | 0.63 | 0.73 |
| Hex | E5 | 8E | D4 | 0 | 26 | 7 | A | 138 | 3F | 49 |
| Octal | 345 | 216 | 324 | 0 | 46 | 7 | 12 | 470 | 77 | 111 |
| Binary | 11100101 | 10001110 | 11010100 | 0 | 100110 | 111 | 1010 | 100111000 | 111111 | 1001001 |
Color Harmonies of #E58ED4
Complementary color
Monochromatic Colors of #E58ED4
Black with #E58ED4
Text Example
Text Example
White with #E58ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ED4; }
p { color: rgb(229,142,212); }
H1.HeaderClassName
{
color: #E58ED4;
}
.AnyTagClassName
{
color: #E58ED4;
}
</style>
background-color css
<style>
a { background-color: #E58ED4; }
a { background-color: rgb(229,142,212); }
div.DivClassName
{
background-color: #E58ED4;
}
.BgClassName
{
background-color: #E58ED4;
}
</style>
border-color css
<style>
span { border-color: #E58ED4; }
span { border-color: rgb(229,142,212); }
td.TdClassName
{
border-color: #E58ED4;
}
.TagClassName
{
border-color: #E58ED4;
}
</style>