Shades of Plum #E58FD1
Tints of Plum #E58FD1
RGB
CMYK
RGB Variations
Color information
#E58FD1 (or 0xE58FD1) is known color: Plum. HEX triplet: E5, 8F and D1. RGB value is (229,143,209). Sum of RGB (Red+Green+Blue) = 229+143+209=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FD1 is #1A702E. Grayscale: #B0B0B0. Windows color (decimal): -1732655 or 13733861. OLE color: 13733861.
HSL color Cylindrical-coordinate representation of color #E58FD1: hue angle of 313.95º 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 #E58FD1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 209 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.10 |
| HSL | 313.95º | 0.62% | 0.73% | - |
| HSV(B) | 313.95º | 0.38% | 0.9% | - |
| XYZ | 53.64 | 40.91 | 65.39 | - |
| YUV | 176.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 209 | 0 | 0.38 | 0.09 | 0.10 | 313.95 | 0.62 | 0.73 |
| Hex | E5 | 8F | D1 | 0 | 26 | 9 | A | 13A | 3E | 49 |
| Octal | 345 | 217 | 321 | 0 | 46 | 11 | 12 | 472 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11010001 | 0 | 100110 | 1001 | 1010 | 100111010 | 111110 | 1001001 |
Color Harmonies of #E58FD1
Complementary color
Monochromatic Colors of #E58FD1
Black with #E58FD1
Text Example
Text Example
White with #E58FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FD1; }
p { color: rgb(229,143,209); }
H1.HeaderClassName
{
color: #E58FD1;
}
.AnyTagClassName
{
color: #E58FD1;
}
</style>
background-color css
<style>
a { background-color: #E58FD1; }
a { background-color: rgb(229,143,209); }
div.DivClassName
{
background-color: #E58FD1;
}
.BgClassName
{
background-color: #E58FD1;
}
</style>
border-color css
<style>
span { border-color: #E58FD1; }
span { border-color: rgb(229,143,209); }
td.TdClassName
{
border-color: #E58FD1;
}
.TagClassName
{
border-color: #E58FD1;
}
</style>