Shades of Plum #E58FE1
Tints of Plum #E58FE1
RGB
CMYK
RGB Variations
Color information
#E58FE1 (or 0xE58FE1) is known color: Plum. HEX triplet: E5, 8F and E1. RGB value is (229,143,225). Sum of RGB (Red+Green+Blue) = 229+143+225=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FE1 is #1A701E. Grayscale: #B1B1B1. Windows color (decimal): -1732639 or 14782437. OLE color: 14782437.
HSL color Cylindrical-coordinate representation of color #E58FE1: hue angle of 302.79º 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 #E58FE1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 225 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.10 |
| HSL | 302.79º | 0.62% | 0.73% | - |
| HSV(B) | 302.79º | 0.38% | 0.9% | - |
| XYZ | 55.73 | 41.74 | 76.35 | - |
| YUV | 178.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 225 | 0 | 0.38 | 0.02 | 0.10 | 302.79 | 0.62 | 0.73 |
| Hex | E5 | 8F | E1 | 0 | 26 | 2 | A | 12F | 3E | 49 |
| Octal | 345 | 217 | 341 | 0 | 46 | 2 | 12 | 457 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11100001 | 0 | 100110 | 10 | 1010 | 100101111 | 111110 | 1001001 |
Color Harmonies of #E58FE1
Complementary color
Monochromatic Colors of #E58FE1
Black with #E58FE1
Text Example
Text Example
White with #E58FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FE1; }
p { color: rgb(229,143,225); }
H1.HeaderClassName
{
color: #E58FE1;
}
.AnyTagClassName
{
color: #E58FE1;
}
</style>
background-color css
<style>
a { background-color: #E58FE1; }
a { background-color: rgb(229,143,225); }
div.DivClassName
{
background-color: #E58FE1;
}
.BgClassName
{
background-color: #E58FE1;
}
</style>
border-color css
<style>
span { border-color: #E58FE1; }
span { border-color: rgb(229,143,225); }
td.TdClassName
{
border-color: #E58FE1;
}
.TagClassName
{
border-color: #E58FE1;
}
</style>