Shades of Plum #E599DF
Tints of Plum #E599DF
RGB
CMYK
RGB Variations
Color information
#E599DF (or 0xE599DF) is known color: Plum. HEX triplet: E5, 99 and DF. RGB value is (229,153,223). Sum of RGB (Red+Green+Blue) = 229+153+223=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E599DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E599DF is #1A6620. Grayscale: #B7B7B7. Windows color (decimal): -1730081 or 14653925. OLE color: 14653925.
HSL color Cylindrical-coordinate representation of color #E599DF: hue angle of 304.74º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E599DF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 223 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.10 |
| HSL | 304.74º | 0.59% | 0.75% | - |
| HSV(B) | 304.74º | 0.33% | 0.9% | - |
| XYZ | 57.02 | 44.77 | 75.45 | - |
| YUV | 183.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 223 | 0 | 0.33 | 0.03 | 0.10 | 304.74 | 0.59 | 0.75 |
| Hex | E5 | 99 | DF | 0 | 21 | 3 | A | 131 | 3B | 4B |
| Octal | 345 | 231 | 337 | 0 | 41 | 3 | 12 | 461 | 73 | 113 |
| Binary | 11100101 | 10011001 | 11011111 | 0 | 100001 | 11 | 1010 | 100110001 | 111011 | 1001011 |
Color Harmonies of #E599DF
Complementary color
Monochromatic Colors of #E599DF
Black with #E599DF
Text Example
Text Example
White with #E599DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599DF; }
p { color: rgb(229,153,223); }
H1.HeaderClassName
{
color: #E599DF;
}
.AnyTagClassName
{
color: #E599DF;
}
</style>
background-color css
<style>
a { background-color: #E599DF; }
a { background-color: rgb(229,153,223); }
div.DivClassName
{
background-color: #E599DF;
}
.BgClassName
{
background-color: #E599DF;
}
</style>
border-color css
<style>
span { border-color: #E599DF; }
span { border-color: rgb(229,153,223); }
td.TdClassName
{
border-color: #E599DF;
}
.TagClassName
{
border-color: #E599DF;
}
</style>