Shades of Plum #E59FED
Tints of Plum #E59FED
RGB
CMYK
RGB Variations
Color information
#E59FED (or 0xE59FED) is known color: Plum. HEX triplet: E5, 9F and ED. RGB value is (229,159,237). Sum of RGB (Red+Green+Blue) = 229+159+237=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #E59FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FED is #1A6012. Grayscale: #BCBCBC. Windows color (decimal): -1728531 or 15572965. OLE color: 15572965.
HSL color Cylindrical-coordinate representation of color #E59FED: hue angle of 293.85º degrees, saturation: 0.68, 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 #E59FED is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 159 | 237 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.07 |
| HSL | 293.85º | 0.68% | 0.78% | - |
| HSV(B) | 293.85º | 0.33% | 0.93% | - |
| XYZ | 60 | 47.57 | 86.14 | - |
| YUV | 188.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 237 | 0.03 | 0.33 | 0 | 0.07 | 293.85 | 0.68 | 0.78 |
| Hex | E5 | 9F | ED | 3 | 21 | 0 | 7 | 126 | 44 | 4E |
| Octal | 345 | 237 | 355 | 3 | 41 | 0 | 7 | 446 | 104 | 116 |
| Binary | 11100101 | 10011111 | 11101101 | 11 | 100001 | 0 | 111 | 100100110 | 1000100 | 1001110 |
Color Harmonies of #E59FED
Complementary color
Monochromatic Colors of #E59FED
Black with #E59FED
Text Example
Text Example
White with #E59FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FED; }
p { color: rgb(229,159,237); }
H1.HeaderClassName
{
color: #E59FED;
}
.AnyTagClassName
{
color: #E59FED;
}
</style>
background-color css
<style>
a { background-color: #E59FED; }
a { background-color: rgb(229,159,237); }
div.DivClassName
{
background-color: #E59FED;
}
.BgClassName
{
background-color: #E59FED;
}
</style>
border-color css
<style>
span { border-color: #E59FED; }
span { border-color: rgb(229,159,237); }
td.TdClassName
{
border-color: #E59FED;
}
.TagClassName
{
border-color: #E59FED;
}
</style>