Shades of Plum #E58FD0
Tints of Plum #E58FD0
RGB
CMYK
RGB Variations
Color information
#E58FD0 (or 0xE58FD0) is known color: Plum. HEX triplet: E5, 8F and D0. RGB value is (229,143,208). Sum of RGB (Red+Green+Blue) = 229+143+208=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FD0 is #1A702F. Grayscale: #AFAFAF. Windows color (decimal): -1732656 or 13668325. OLE color: 13668325.
HSL color Cylindrical-coordinate representation of color #E58FD0: hue angle of 314.65º 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 #E58FD0 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 208 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.10 |
| HSL | 314.65º | 0.62% | 0.73% | - |
| HSV(B) | 314.65º | 0.38% | 0.9% | - |
| XYZ | 53.52 | 40.86 | 64.74 | - |
| YUV | 176.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 208 | 0 | 0.38 | 0.09 | 0.10 | 314.65 | 0.62 | 0.73 |
| Hex | E5 | 8F | D0 | 0 | 26 | 9 | A | 13B | 3E | 49 |
| Octal | 345 | 217 | 320 | 0 | 46 | 11 | 12 | 473 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11010000 | 0 | 100110 | 1001 | 1010 | 100111011 | 111110 | 1001001 |
Color Harmonies of #E58FD0
Complementary color
Monochromatic Colors of #E58FD0
Black with #E58FD0
Text Example
Text Example
White with #E58FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FD0; }
p { color: rgb(229,143,208); }
H1.HeaderClassName
{
color: #E58FD0;
}
.AnyTagClassName
{
color: #E58FD0;
}
</style>
background-color css
<style>
a { background-color: #E58FD0; }
a { background-color: rgb(229,143,208); }
div.DivClassName
{
background-color: #E58FD0;
}
.BgClassName
{
background-color: #E58FD0;
}
</style>
border-color css
<style>
span { border-color: #E58FD0; }
span { border-color: rgb(229,143,208); }
td.TdClassName
{
border-color: #E58FD0;
}
.TagClassName
{
border-color: #E58FD0;
}
</style>