Shades of Plum #E58FDC
Tints of Plum #E58FDC
RGB
CMYK
RGB Variations
Color information
#E58FDC (or 0xE58FDC) is known color: Plum. HEX triplet: E5, 8F and DC. RGB value is (229,143,220). Sum of RGB (Red+Green+Blue) = 229+143+220=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FDC is #1A7023. Grayscale: #B1B1B1. Windows color (decimal): -1732644 or 14454757. OLE color: 14454757.
HSL color Cylindrical-coordinate representation of color #E58FDC: hue angle of 306.28º 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 #E58FDC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 220 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.10 |
| HSL | 306.28º | 0.62% | 0.73% | - |
| HSV(B) | 306.28º | 0.38% | 0.9% | - |
| XYZ | 55.05 | 41.47 | 72.81 | - |
| YUV | 177.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 220 | 0 | 0.38 | 0.04 | 0.10 | 306.28 | 0.62 | 0.73 |
| Hex | E5 | 8F | DC | 0 | 26 | 4 | A | 132 | 3E | 49 |
| Octal | 345 | 217 | 334 | 0 | 46 | 4 | 12 | 462 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11011100 | 0 | 100110 | 100 | 1010 | 100110010 | 111110 | 1001001 |
Color Harmonies of #E58FDC
Complementary color
Monochromatic Colors of #E58FDC
Black with #E58FDC
Text Example
Text Example
White with #E58FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FDC; }
p { color: rgb(229,143,220); }
H1.HeaderClassName
{
color: #E58FDC;
}
.AnyTagClassName
{
color: #E58FDC;
}
</style>
background-color css
<style>
a { background-color: #E58FDC; }
a { background-color: rgb(229,143,220); }
div.DivClassName
{
background-color: #E58FDC;
}
.BgClassName
{
background-color: #E58FDC;
}
</style>
border-color css
<style>
span { border-color: #E58FDC; }
span { border-color: rgb(229,143,220); }
td.TdClassName
{
border-color: #E58FDC;
}
.TagClassName
{
border-color: #E58FDC;
}
</style>