Shades of Plum #E58FDE
Tints of Plum #E58FDE
RGB
CMYK
RGB Variations
Color information
#E58FDE (or 0xE58FDE) is known color: Plum. HEX triplet: E5, 8F and DE. RGB value is (229,143,222). Sum of RGB (Red+Green+Blue) = 229+143+222=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FDE is #1A7021. Grayscale: #B1B1B1. Windows color (decimal): -1732642 or 14585829. OLE color: 14585829.
HSL color Cylindrical-coordinate representation of color #E58FDE: hue angle of 304.88º degrees, saturation: 0.62, 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 #E58FDE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 222 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.10 |
| HSL | 304.88º | 0.62% | 0.73% | - |
| HSV(B) | 304.88º | 0.38% | 0.9% | - |
| XYZ | 55.32 | 41.58 | 74.22 | - |
| YUV | 177.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 222 | 0 | 0.38 | 0.03 | 0.10 | 304.88 | 0.62 | 0.73 |
| Hex | E5 | 8F | DE | 0 | 26 | 3 | A | 131 | 3E | 49 |
| Octal | 345 | 217 | 336 | 0 | 46 | 3 | 12 | 461 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11011110 | 0 | 100110 | 11 | 1010 | 100110001 | 111110 | 1001001 |
Color Harmonies of #E58FDE
Complementary color
Monochromatic Colors of #E58FDE
Black with #E58FDE
Text Example
Text Example
White with #E58FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FDE; }
p { color: rgb(229,143,222); }
H1.HeaderClassName
{
color: #E58FDE;
}
.AnyTagClassName
{
color: #E58FDE;
}
</style>
background-color css
<style>
a { background-color: #E58FDE; }
a { background-color: rgb(229,143,222); }
div.DivClassName
{
background-color: #E58FDE;
}
.BgClassName
{
background-color: #E58FDE;
}
</style>
border-color css
<style>
span { border-color: #E58FDE; }
span { border-color: rgb(229,143,222); }
td.TdClassName
{
border-color: #E58FDE;
}
.TagClassName
{
border-color: #E58FDE;
}
</style>