Shades of Plum #E599EE
Tints of Plum #E599EE
RGB
CMYK
RGB Variations
Color information
#E599EE (or 0xE599EE) is known color: Plum. HEX triplet: E5, 99 and EE. RGB value is (229,153,238). Sum of RGB (Red+Green+Blue) = 229+153+238=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #E599EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E599EE is #1A6611. Grayscale: #B9B9B9. Windows color (decimal): -1730066 or 15636965. OLE color: 15636965.
HSL color Cylindrical-coordinate representation of color #E599EE: hue angle of 293.65º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E599EE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 153 | 238 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.07 |
| HSL | 293.65º | 0.71% | 0.77% | - |
| HSV(B) | 293.65º | 0.36% | 0.93% | - |
| XYZ | 59.14 | 45.61 | 86.58 | - |
| YUV | 185.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 238 | 0.04 | 0.36 | 0 | 0.07 | 293.65 | 0.71 | 0.77 |
| Hex | E5 | 99 | EE | 4 | 24 | 0 | 7 | 126 | 47 | 4D |
| Octal | 345 | 231 | 356 | 4 | 44 | 0 | 7 | 446 | 107 | 115 |
| Binary | 11100101 | 10011001 | 11101110 | 100 | 100100 | 0 | 111 | 100100110 | 1000111 | 1001101 |
Color Harmonies of #E599EE
Complementary color
Monochromatic Colors of #E599EE
Black with #E599EE
Text Example
Text Example
White with #E599EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599EE; }
p { color: rgb(229,153,238); }
H1.HeaderClassName
{
color: #E599EE;
}
.AnyTagClassName
{
color: #E599EE;
}
</style>
background-color css
<style>
a { background-color: #E599EE; }
a { background-color: rgb(229,153,238); }
div.DivClassName
{
background-color: #E599EE;
}
.BgClassName
{
background-color: #E599EE;
}
</style>
border-color css
<style>
span { border-color: #E599EE; }
span { border-color: rgb(229,153,238); }
td.TdClassName
{
border-color: #E599EE;
}
.TagClassName
{
border-color: #E599EE;
}
</style>