Shades of Plum #E59FE4
Tints of Plum #E59FE4
RGB
CMYK
RGB Variations
Color information
#E59FE4 (or 0xE59FE4) is known color: Plum. HEX triplet: E5, 9F and E4. RGB value is (229,159,228). Sum of RGB (Red+Green+Blue) = 229+159+228=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FE4 is #1A601B. Grayscale: #BBBBBB. Windows color (decimal): -1728540 or 14983141. OLE color: 14983141.
HSL color Cylindrical-coordinate representation of color #E59FE4: hue angle of 300.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59FE4 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 228 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.10 |
| HSL | 300.86º | 0.57% | 0.76% | - |
| HSV(B) | 300.86º | 0.31% | 0.9% | - |
| XYZ | 58.71 | 47.06 | 79.39 | - |
| YUV | 187.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 228 | 0 | 0.31 | 0.00 | 0.10 | 300.86 | 0.57 | 0.76 |
| Hex | E5 | 9F | E4 | 0 | 1F | 0 | A | 12D | 39 | 4C |
| Octal | 345 | 237 | 344 | 0 | 37 | 0 | 12 | 455 | 71 | 114 |
| Binary | 11100101 | 10011111 | 11100100 | 0 | 11111 | 0 | 1010 | 100101101 | 111001 | 1001100 |
Color Harmonies of #E59FE4
Complementary color
Monochromatic Colors of #E59FE4
Black with #E59FE4
Text Example
Text Example
White with #E59FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FE4; }
p { color: rgb(229,159,228); }
H1.HeaderClassName
{
color: #E59FE4;
}
.AnyTagClassName
{
color: #E59FE4;
}
</style>
background-color css
<style>
a { background-color: #E59FE4; }
a { background-color: rgb(229,159,228); }
div.DivClassName
{
background-color: #E59FE4;
}
.BgClassName
{
background-color: #E59FE4;
}
</style>
border-color css
<style>
span { border-color: #E59FE4; }
span { border-color: rgb(229,159,228); }
td.TdClassName
{
border-color: #E59FE4;
}
.TagClassName
{
border-color: #E59FE4;
}
</style>