Shades of Plum #E58FD4
Tints of Plum #E58FD4
RGB
CMYK
RGB Variations
Color information
#E58FD4 (or 0xE58FD4) is known color: Plum. HEX triplet: E5, 8F and D4. RGB value is (229,143,212). Sum of RGB (Red+Green+Blue) = 229+143+212=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FD4 is #1A702B. Grayscale: #B0B0B0. Windows color (decimal): -1732652 or 13930469. OLE color: 13930469.
HSL color Cylindrical-coordinate representation of color #E58FD4: hue angle of 311.86º 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 #E58FD4 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 212 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.10 |
| HSL | 311.86º | 0.62% | 0.73% | - |
| HSV(B) | 311.86º | 0.38% | 0.9% | - |
| XYZ | 54.02 | 41.06 | 67.36 | - |
| YUV | 176.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 212 | 0 | 0.38 | 0.07 | 0.10 | 311.86 | 0.62 | 0.73 |
| Hex | E5 | 8F | D4 | 0 | 26 | 7 | A | 138 | 3E | 49 |
| Octal | 345 | 217 | 324 | 0 | 46 | 7 | 12 | 470 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11010100 | 0 | 100110 | 111 | 1010 | 100111000 | 111110 | 1001001 |
Color Harmonies of #E58FD4
Complementary color
Monochromatic Colors of #E58FD4
Black with #E58FD4
Text Example
Text Example
White with #E58FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FD4; }
p { color: rgb(229,143,212); }
H1.HeaderClassName
{
color: #E58FD4;
}
.AnyTagClassName
{
color: #E58FD4;
}
</style>
background-color css
<style>
a { background-color: #E58FD4; }
a { background-color: rgb(229,143,212); }
div.DivClassName
{
background-color: #E58FD4;
}
.BgClassName
{
background-color: #E58FD4;
}
</style>
border-color css
<style>
span { border-color: #E58FD4; }
span { border-color: rgb(229,143,212); }
td.TdClassName
{
border-color: #E58FD4;
}
.TagClassName
{
border-color: #E58FD4;
}
</style>