Shades of Plum #E59DF2
Tints of Plum #E59DF2
RGB
CMYK
RGB Variations
Color information
#E59DF2 (or 0xE59DF2) is known color: Plum. HEX triplet: E5, 9D and F2. RGB value is (229,157,242). Sum of RGB (Red+Green+Blue) = 229+157+242=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #E59DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DF2 is #1A620D. Grayscale: #BBBBBB. Windows color (decimal): -1729038 or 15900133. OLE color: 15900133.
HSL color Cylindrical-coordinate representation of color #E59DF2: hue angle of 290.82º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59DF2 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 157 | 242 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.05 |
| HSL | 290.82º | 0.77% | 0.78% | - |
| HSV(B) | 290.82º | 0.35% | 0.95% | - |
| XYZ | 60.4 | 47.18 | 89.93 | - |
| YUV | 188.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 242 | 0.05 | 0.35 | 0 | 0.05 | 290.82 | 0.77 | 0.78 |
| Hex | E5 | 9D | F2 | 5 | 23 | 0 | 5 | 123 | 4D | 4E |
| Octal | 345 | 235 | 362 | 5 | 43 | 0 | 5 | 443 | 115 | 116 |
| Binary | 11100101 | 10011101 | 11110010 | 101 | 100011 | 0 | 101 | 100100011 | 1001101 | 1001110 |
Color Harmonies of #E59DF2
Complementary color
Monochromatic Colors of #E59DF2
Black with #E59DF2
Text Example
Text Example
White with #E59DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DF2; }
p { color: rgb(229,157,242); }
H1.HeaderClassName
{
color: #E59DF2;
}
.AnyTagClassName
{
color: #E59DF2;
}
</style>
background-color css
<style>
a { background-color: #E59DF2; }
a { background-color: rgb(229,157,242); }
div.DivClassName
{
background-color: #E59DF2;
}
.BgClassName
{
background-color: #E59DF2;
}
</style>
border-color css
<style>
span { border-color: #E59DF2; }
span { border-color: rgb(229,157,242); }
td.TdClassName
{
border-color: #E59DF2;
}
.TagClassName
{
border-color: #E59DF2;
}
</style>