Shades of Plum #E59BF1
Tints of Plum #E59BF1
RGB
CMYK
RGB Variations
Color information
#E59BF1 (or 0xE59BF1) is known color: Plum. HEX triplet: E5, 9B and F1. RGB value is (229,155,241). Sum of RGB (Red+Green+Blue) = 229+155+241=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E59BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BF1 is #1A640E. Grayscale: #BABABA. Windows color (decimal): -1729551 or 15834085. OLE color: 15834085.
HSL color Cylindrical-coordinate representation of color #E59BF1: hue angle of 291.63º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59BF1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 155 | 241 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.05 |
| HSL | 291.63º | 0.75% | 0.78% | - |
| HSV(B) | 291.63º | 0.36% | 0.95% | - |
| XYZ | 59.91 | 46.45 | 89.03 | - |
| YUV | 186.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 241 | 0.05 | 0.36 | 0 | 0.05 | 291.63 | 0.75 | 0.78 |
| Hex | E5 | 9B | F1 | 5 | 24 | 0 | 5 | 124 | 4B | 4E |
| Octal | 345 | 233 | 361 | 5 | 44 | 0 | 5 | 444 | 113 | 116 |
| Binary | 11100101 | 10011011 | 11110001 | 101 | 100100 | 0 | 101 | 100100100 | 1001011 | 1001110 |
Color Harmonies of #E59BF1
Complementary color
Monochromatic Colors of #E59BF1
Black with #E59BF1
Text Example
Text Example
White with #E59BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BF1; }
p { color: rgb(229,155,241); }
H1.HeaderClassName
{
color: #E59BF1;
}
.AnyTagClassName
{
color: #E59BF1;
}
</style>
background-color css
<style>
a { background-color: #E59BF1; }
a { background-color: rgb(229,155,241); }
div.DivClassName
{
background-color: #E59BF1;
}
.BgClassName
{
background-color: #E59BF1;
}
</style>
border-color css
<style>
span { border-color: #E59BF1; }
span { border-color: rgb(229,155,241); }
td.TdClassName
{
border-color: #E59BF1;
}
.TagClassName
{
border-color: #E59BF1;
}
</style>