Shades of Plum #E599E9
Tints of Plum #E599E9
RGB
CMYK
RGB Variations
Color information
#E599E9 (or 0xE599E9) is known color: Plum. HEX triplet: E5, 99 and E9. RGB value is (229,153,233). Sum of RGB (Red+Green+Blue) = 229+153+233=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #E599E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E599E9 is #1A6616. Grayscale: #B8B8B8. Windows color (decimal): -1730071 or 15309285. OLE color: 15309285.
HSL color Cylindrical-coordinate representation of color #E599E9: hue angle of 297º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E599E9 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 153 | 233 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.09 |
| HSL | 297º | 0.65% | 0.76% | - |
| HSV(B) | 297º | 0.34% | 0.91% | - |
| XYZ | 58.41 | 45.32 | 82.76 | - |
| YUV | 184.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 233 | 0.02 | 0.34 | 0 | 0.09 | 297 | 0.65 | 0.76 |
| Hex | E5 | 99 | E9 | 2 | 22 | 0 | 9 | 129 | 41 | 4C |
| Octal | 345 | 231 | 351 | 2 | 42 | 0 | 11 | 451 | 101 | 114 |
| Binary | 11100101 | 10011001 | 11101001 | 10 | 100010 | 0 | 1001 | 100101001 | 1000001 | 1001100 |
Color Harmonies of #E599E9
Complementary color
Monochromatic Colors of #E599E9
Black with #E599E9
Text Example
Text Example
White with #E599E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599E9; }
p { color: rgb(229,153,233); }
H1.HeaderClassName
{
color: #E599E9;
}
.AnyTagClassName
{
color: #E599E9;
}
</style>
background-color css
<style>
a { background-color: #E599E9; }
a { background-color: rgb(229,153,233); }
div.DivClassName
{
background-color: #E599E9;
}
.BgClassName
{
background-color: #E599E9;
}
</style>
border-color css
<style>
span { border-color: #E599E9; }
span { border-color: rgb(229,153,233); }
td.TdClassName
{
border-color: #E599E9;
}
.TagClassName
{
border-color: #E599E9;
}
</style>