Shades of Plum #E599F0
Tints of Plum #E599F0
RGB
CMYK
RGB Variations
Color information
#E599F0 (or 0xE599F0) is known color: Plum. HEX triplet: E5, 99 and F0. RGB value is (229,153,240). Sum of RGB (Red+Green+Blue) = 229+153+240=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #E599F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E599F0 is #1A660F. Grayscale: #B9B9B9. Windows color (decimal): -1730064 or 15768037. OLE color: 15768037.
HSL color Cylindrical-coordinate representation of color #E599F0: hue angle of 292.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E599F0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 153 | 240 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.06 |
| HSL | 292.41º | 0.74% | 0.77% | - |
| HSV(B) | 292.41º | 0.36% | 0.94% | - |
| XYZ | 59.43 | 45.73 | 88.13 | - |
| YUV | 185.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 240 | 0.05 | 0.36 | 0 | 0.06 | 292.41 | 0.74 | 0.77 |
| Hex | E5 | 99 | F0 | 5 | 24 | 0 | 6 | 124 | 4A | 4D |
| Octal | 345 | 231 | 360 | 5 | 44 | 0 | 6 | 444 | 112 | 115 |
| Binary | 11100101 | 10011001 | 11110000 | 101 | 100100 | 0 | 110 | 100100100 | 1001010 | 1001101 |
Color Harmonies of #E599F0
Complementary color
Monochromatic Colors of #E599F0
Black with #E599F0
Text Example
Text Example
White with #E599F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599F0; }
p { color: rgb(229,153,240); }
H1.HeaderClassName
{
color: #E599F0;
}
.AnyTagClassName
{
color: #E599F0;
}
</style>
background-color css
<style>
a { background-color: #E599F0; }
a { background-color: rgb(229,153,240); }
div.DivClassName
{
background-color: #E599F0;
}
.BgClassName
{
background-color: #E599F0;
}
</style>
border-color css
<style>
span { border-color: #E599F0; }
span { border-color: rgb(229,153,240); }
td.TdClassName
{
border-color: #E599F0;
}
.TagClassName
{
border-color: #E599F0;
}
</style>