Shades of Plum #E599E6
Tints of Plum #E599E6
RGB
CMYK
RGB Variations
Color information
#E599E6 (or 0xE599E6) is known color: Plum. HEX triplet: E5, 99 and E6. RGB value is (229,153,230). Sum of RGB (Red+Green+Blue) = 229+153+230=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #E599E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E599E6 is #1A6619. Grayscale: #B8B8B8. Windows color (decimal): -1730074 or 15112677. OLE color: 15112677.
HSL color Cylindrical-coordinate representation of color #E599E6: hue angle of 299.22º degrees, saturation: 0.61, 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 #E599E6 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 230 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.10 |
| HSL | 299.22º | 0.61% | 0.75% | - |
| HSV(B) | 299.22º | 0.33% | 0.9% | - |
| XYZ | 57.99 | 45.15 | 80.52 | - |
| YUV | 184.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 230 | 0.00 | 0.33 | 0 | 0.10 | 299.22 | 0.61 | 0.75 |
| Hex | E5 | 99 | E6 | 0 | 21 | 0 | A | 12B | 3D | 4B |
| Octal | 345 | 231 | 346 | 0 | 41 | 0 | 12 | 453 | 75 | 113 |
| Binary | 11100101 | 10011001 | 11100110 | 0 | 100001 | 0 | 1010 | 100101011 | 111101 | 1001011 |
Color Harmonies of #E599E6
Complementary color
Monochromatic Colors of #E599E6
Black with #E599E6
Text Example
Text Example
White with #E599E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599E6; }
p { color: rgb(229,153,230); }
H1.HeaderClassName
{
color: #E599E6;
}
.AnyTagClassName
{
color: #E599E6;
}
</style>
background-color css
<style>
a { background-color: #E599E6; }
a { background-color: rgb(229,153,230); }
div.DivClassName
{
background-color: #E599E6;
}
.BgClassName
{
background-color: #E599E6;
}
</style>
border-color css
<style>
span { border-color: #E599E6; }
span { border-color: rgb(229,153,230); }
td.TdClassName
{
border-color: #E599E6;
}
.TagClassName
{
border-color: #E599E6;
}
</style>