Shades of Plum #E59FEA
Tints of Plum #E59FEA
RGB
CMYK
RGB Variations
Color information
#E59FEA (or 0xE59FEA) is known color: Plum. HEX triplet: E5, 9F and EA. RGB value is (229,159,234). Sum of RGB (Red+Green+Blue) = 229+159+234=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #E59FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FEA is #1A6015. Grayscale: #BCBCBC. Windows color (decimal): -1728534 or 15376357. OLE color: 15376357.
HSL color Cylindrical-coordinate representation of color #E59FEA: hue angle of 296º degrees, saturation: 0.64, 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 #E59FEA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 159 | 234 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.08 |
| HSL | 296º | 0.64% | 0.77% | - |
| HSV(B) | 296º | 0.32% | 0.92% | - |
| XYZ | 59.56 | 47.39 | 83.85 | - |
| YUV | 188.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 234 | 0.02 | 0.32 | 0 | 0.08 | 296 | 0.64 | 0.77 |
| Hex | E5 | 9F | EA | 2 | 20 | 0 | 8 | 128 | 40 | 4D |
| Octal | 345 | 237 | 352 | 2 | 40 | 0 | 10 | 450 | 100 | 115 |
| Binary | 11100101 | 10011111 | 11101010 | 10 | 100000 | 0 | 1000 | 100101000 | 1000000 | 1001101 |
Color Harmonies of #E59FEA
Complementary color
Monochromatic Colors of #E59FEA
Black with #E59FEA
Text Example
Text Example
White with #E59FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FEA; }
p { color: rgb(229,159,234); }
H1.HeaderClassName
{
color: #E59FEA;
}
.AnyTagClassName
{
color: #E59FEA;
}
</style>
background-color css
<style>
a { background-color: #E59FEA; }
a { background-color: rgb(229,159,234); }
div.DivClassName
{
background-color: #E59FEA;
}
.BgClassName
{
background-color: #E59FEA;
}
</style>
border-color css
<style>
span { border-color: #E59FEA; }
span { border-color: rgb(229,159,234); }
td.TdClassName
{
border-color: #E59FEA;
}
.TagClassName
{
border-color: #E59FEA;
}
</style>