Shades of Plum #E59CF0
Tints of Plum #E59CF0
RGB
CMYK
RGB Variations
Color information
#E59CF0 (or 0xE59CF0) is known color: Plum. HEX triplet: E5, 9C and F0. RGB value is (229,156,240). Sum of RGB (Red+Green+Blue) = 229+156+240=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #E59CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59CF0 is #1A630F. Grayscale: #BBBBBB. Windows color (decimal): -1729296 or 15768805. OLE color: 15768805.
HSL color Cylindrical-coordinate representation of color #E59CF0: hue angle of 292.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59CF0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 156 | 240 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.06 |
| HSL | 292.14º | 0.74% | 0.78% | - |
| HSV(B) | 292.14º | 0.35% | 0.94% | - |
| XYZ | 59.93 | 46.73 | 88.3 | - |
| YUV | 187.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 240 | 0.05 | 0.35 | 0 | 0.06 | 292.14 | 0.74 | 0.78 |
| Hex | E5 | 9C | F0 | 5 | 23 | 0 | 6 | 124 | 4A | 4E |
| Octal | 345 | 234 | 360 | 5 | 43 | 0 | 6 | 444 | 112 | 116 |
| Binary | 11100101 | 10011100 | 11110000 | 101 | 100011 | 0 | 110 | 100100100 | 1001010 | 1001110 |
Color Harmonies of #E59CF0
Complementary color
Monochromatic Colors of #E59CF0
Black with #E59CF0
Text Example
Text Example
White with #E59CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CF0; }
p { color: rgb(229,156,240); }
H1.HeaderClassName
{
color: #E59CF0;
}
.AnyTagClassName
{
color: #E59CF0;
}
</style>
background-color css
<style>
a { background-color: #E59CF0; }
a { background-color: rgb(229,156,240); }
div.DivClassName
{
background-color: #E59CF0;
}
.BgClassName
{
background-color: #E59CF0;
}
</style>
border-color css
<style>
span { border-color: #E59CF0; }
span { border-color: rgb(229,156,240); }
td.TdClassName
{
border-color: #E59CF0;
}
.TagClassName
{
border-color: #E59CF0;
}
</style>