Shades of Plum #E599ED
Tints of Plum #E599ED
RGB
CMYK
RGB Variations
Color information
#E599ED (or 0xE599ED) is known color: Plum. HEX triplet: E5, 99 and ED. RGB value is (229,153,237). Sum of RGB (Red+Green+Blue) = 229+153+237=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #E599ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E599ED is #1A6612. Grayscale: #B9B9B9. Windows color (decimal): -1730067 or 15571429. OLE color: 15571429.
HSL color Cylindrical-coordinate representation of color #E599ED: hue angle of 294.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E599ED is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 153 | 237 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.07 |
| HSL | 294.29º | 0.7% | 0.76% | - |
| HSV(B) | 294.29º | 0.35% | 0.93% | - |
| XYZ | 58.99 | 45.55 | 85.8 | - |
| YUV | 185.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 237 | 0.03 | 0.35 | 0 | 0.07 | 294.29 | 0.7 | 0.76 |
| Hex | E5 | 99 | ED | 3 | 23 | 0 | 7 | 126 | 46 | 4C |
| Octal | 345 | 231 | 355 | 3 | 43 | 0 | 7 | 446 | 106 | 114 |
| Binary | 11100101 | 10011001 | 11101101 | 11 | 100011 | 0 | 111 | 100100110 | 1000110 | 1001100 |
Color Harmonies of #E599ED
Complementary color
Monochromatic Colors of #E599ED
Black with #E599ED
Text Example
Text Example
White with #E599ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599ED; }
p { color: rgb(229,153,237); }
H1.HeaderClassName
{
color: #E599ED;
}
.AnyTagClassName
{
color: #E599ED;
}
</style>
background-color css
<style>
a { background-color: #E599ED; }
a { background-color: rgb(229,153,237); }
div.DivClassName
{
background-color: #E599ED;
}
.BgClassName
{
background-color: #E599ED;
}
</style>
border-color css
<style>
span { border-color: #E599ED; }
span { border-color: rgb(229,153,237); }
td.TdClassName
{
border-color: #E599ED;
}
.TagClassName
{
border-color: #E599ED;
}
</style>