Shades of Plum #E59FF2
Tints of Plum #E59FF2
RGB
CMYK
RGB Variations
Color information
#E59FF2 (or 0xE59FF2) is known color: Plum. HEX triplet: E5, 9F and F2. RGB value is (229,159,242). Sum of RGB (Red+Green+Blue) = 229+159+242=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #E59FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59FF2 is #1A600D. Grayscale: #BDBDBD. Windows color (decimal): -1728526 or 15900645. OLE color: 15900645.
HSL color Cylindrical-coordinate representation of color #E59FF2: hue angle of 290.6º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59FF2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 159 | 242 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.05 |
| HSL | 290.6º | 0.76% | 0.79% | - |
| HSV(B) | 290.6º | 0.34% | 0.95% | - |
| XYZ | 60.74 | 47.87 | 90.04 | - |
| YUV | 189.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 242 | 0.05 | 0.34 | 0 | 0.05 | 290.6 | 0.76 | 0.79 |
| Hex | E5 | 9F | F2 | 5 | 22 | 0 | 5 | 123 | 4C | 4F |
| Octal | 345 | 237 | 362 | 5 | 42 | 0 | 5 | 443 | 114 | 117 |
| Binary | 11100101 | 10011111 | 11110010 | 101 | 100010 | 0 | 101 | 100100011 | 1001100 | 1001111 |
Color Harmonies of #E59FF2
Complementary color
Monochromatic Colors of #E59FF2
Black with #E59FF2
Text Example
Text Example
White with #E59FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59FF2; }
p { color: rgb(229,159,242); }
H1.HeaderClassName
{
color: #E59FF2;
}
.AnyTagClassName
{
color: #E59FF2;
}
</style>
background-color css
<style>
a { background-color: #E59FF2; }
a { background-color: rgb(229,159,242); }
div.DivClassName
{
background-color: #E59FF2;
}
.BgClassName
{
background-color: #E59FF2;
}
</style>
border-color css
<style>
span { border-color: #E59FF2; }
span { border-color: rgb(229,159,242); }
td.TdClassName
{
border-color: #E59FF2;
}
.TagClassName
{
border-color: #E59FF2;
}
</style>