Shades of Plum #E59FEE
Tints of Plum #E59FEE
RGB
CMYK
RGB Variations
Color information
#E59FEE (or 0xE59FEE) is known color: Plum. HEX triplet: E5, 9F and EE. RGB value is (229,159,238). Sum of RGB (Red+Green+Blue) = 229+159+238=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #E59FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FEE is #1A6011. Grayscale: #BCBCBC. Windows color (decimal): -1728530 or 15638501. OLE color: 15638501.
HSL color Cylindrical-coordinate representation of color #E59FEE: hue angle of 293.16º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59FEE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 159 | 238 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.07 |
| HSL | 293.16º | 0.7% | 0.78% | - |
| HSV(B) | 293.16º | 0.33% | 0.93% | - |
| XYZ | 60.14 | 47.63 | 86.91 | - |
| YUV | 188.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 238 | 0.04 | 0.33 | 0 | 0.07 | 293.16 | 0.7 | 0.78 |
| Hex | E5 | 9F | EE | 4 | 21 | 0 | 7 | 125 | 46 | 4E |
| Octal | 345 | 237 | 356 | 4 | 41 | 0 | 7 | 445 | 106 | 116 |
| Binary | 11100101 | 10011111 | 11101110 | 100 | 100001 | 0 | 111 | 100100101 | 1000110 | 1001110 |
Color Harmonies of #E59FEE
Complementary color
Monochromatic Colors of #E59FEE
Black with #E59FEE
Text Example
Text Example
White with #E59FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FEE; }
p { color: rgb(229,159,238); }
H1.HeaderClassName
{
color: #E59FEE;
}
.AnyTagClassName
{
color: #E59FEE;
}
</style>
background-color css
<style>
a { background-color: #E59FEE; }
a { background-color: rgb(229,159,238); }
div.DivClassName
{
background-color: #E59FEE;
}
.BgClassName
{
background-color: #E59FEE;
}
</style>
border-color css
<style>
span { border-color: #E59FEE; }
span { border-color: rgb(229,159,238); }
td.TdClassName
{
border-color: #E59FEE;
}
.TagClassName
{
border-color: #E59FEE;
}
</style>