Shades of Plum #E099E9
Tints of Plum #E099E9
RGB
CMYK
RGB Variations
Color information
#E099E9 (or 0xE099E9) is known color: Plum. HEX triplet: E0, 99 and E9. RGB value is (224,153,233). Sum of RGB (Red+Green+Blue) = 224+153+233=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #E099E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099E9 is #1F6616. Grayscale: #B7B7B7. Windows color (decimal): -2057751 or 15309280. OLE color: 15309280.
HSL color Cylindrical-coordinate representation of color #E099E9: hue angle of 293.25º 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 #E099E9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 153 | 233 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.09 |
| HSL | 293.25º | 0.65% | 0.76% | - |
| HSV(B) | 293.25º | 0.34% | 0.91% | - |
| XYZ | 56.84 | 44.51 | 82.69 | - |
| YUV | 183.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 233 | 0.04 | 0.34 | 0 | 0.09 | 293.25 | 0.65 | 0.76 |
| Hex | E0 | 99 | E9 | 4 | 22 | 0 | 9 | 125 | 41 | 4C |
| Octal | 340 | 231 | 351 | 4 | 42 | 0 | 11 | 445 | 101 | 114 |
| Binary | 11100000 | 10011001 | 11101001 | 100 | 100010 | 0 | 1001 | 100100101 | 1000001 | 1001100 |
Color Harmonies of #E099E9
Complementary color
Monochromatic Colors of #E099E9
Black with #E099E9
Text Example
Text Example
White with #E099E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099E9; }
p { color: rgb(224,153,233); }
H1.HeaderClassName
{
color: #E099E9;
}
.AnyTagClassName
{
color: #E099E9;
}
</style>
background-color css
<style>
a { background-color: #E099E9; }
a { background-color: rgb(224,153,233); }
div.DivClassName
{
background-color: #E099E9;
}
.BgClassName
{
background-color: #E099E9;
}
</style>
border-color css
<style>
span { border-color: #E099E9; }
span { border-color: rgb(224,153,233); }
td.TdClassName
{
border-color: #E099E9;
}
.TagClassName
{
border-color: #E099E9;
}
</style>