Shades of Plum #E59FEB
Tints of Plum #E59FEB
RGB
CMYK
RGB Variations
Color information
#E59FEB (or 0xE59FEB) is known color: Plum. HEX triplet: E5, 9F and EB. RGB value is (229,159,235). Sum of RGB (Red+Green+Blue) = 229+159+235=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #E59FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FEB is #1A6014. Grayscale: #BCBCBC. Windows color (decimal): -1728533 or 15441893. OLE color: 15441893.
HSL color Cylindrical-coordinate representation of color #E59FEB: hue angle of 295.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59FEB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 159 | 235 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.08 |
| HSL | 295.26º | 0.66% | 0.77% | - |
| HSV(B) | 295.26º | 0.32% | 0.92% | - |
| XYZ | 59.71 | 47.45 | 84.61 | - |
| YUV | 188.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 235 | 0.03 | 0.32 | 0 | 0.08 | 295.26 | 0.66 | 0.77 |
| Hex | E5 | 9F | EB | 3 | 20 | 0 | 8 | 127 | 42 | 4D |
| Octal | 345 | 237 | 353 | 3 | 40 | 0 | 10 | 447 | 102 | 115 |
| Binary | 11100101 | 10011111 | 11101011 | 11 | 100000 | 0 | 1000 | 100100111 | 1000010 | 1001101 |
Color Harmonies of #E59FEB
Complementary color
Monochromatic Colors of #E59FEB
Black with #E59FEB
Text Example
Text Example
White with #E59FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FEB; }
p { color: rgb(229,159,235); }
H1.HeaderClassName
{
color: #E59FEB;
}
.AnyTagClassName
{
color: #E59FEB;
}
</style>
background-color css
<style>
a { background-color: #E59FEB; }
a { background-color: rgb(229,159,235); }
div.DivClassName
{
background-color: #E59FEB;
}
.BgClassName
{
background-color: #E59FEB;
}
</style>
border-color css
<style>
span { border-color: #E59FEB; }
span { border-color: rgb(229,159,235); }
td.TdClassName
{
border-color: #E59FEB;
}
.TagClassName
{
border-color: #E59FEB;
}
</style>