Shades of Plum #E099ED
Tints of Plum #E099ED
RGB
CMYK
RGB Variations
Color information
#E099ED (or 0xE099ED) is known color: Plum. HEX triplet: E0, 99 and ED. RGB value is (224,153,237). Sum of RGB (Red+Green+Blue) = 224+153+237=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #E099ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099ED is #1F6612. Grayscale: #B7B7B7. Windows color (decimal): -2057747 or 15571424. OLE color: 15571424.
HSL color Cylindrical-coordinate representation of color #E099ED: hue angle of 290.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E099ED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 153 | 237 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 290.71º | 0.7% | 0.76% | - |
| HSV(B) | 290.71º | 0.35% | 0.93% | - |
| XYZ | 57.42 | 44.74 | 85.73 | - |
| YUV | 183.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 237 | 0.05 | 0.35 | 0 | 0.07 | 290.71 | 0.7 | 0.76 |
| Hex | E0 | 99 | ED | 5 | 23 | 0 | 7 | 123 | 46 | 4C |
| Octal | 340 | 231 | 355 | 5 | 43 | 0 | 7 | 443 | 106 | 114 |
| Binary | 11100000 | 10011001 | 11101101 | 101 | 100011 | 0 | 111 | 100100011 | 1000110 | 1001100 |
Color Harmonies of #E099ED
Complementary color
Monochromatic Colors of #E099ED
Black with #E099ED
Text Example
Text Example
White with #E099ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099ED; }
p { color: rgb(224,153,237); }
H1.HeaderClassName
{
color: #E099ED;
}
.AnyTagClassName
{
color: #E099ED;
}
</style>
background-color css
<style>
a { background-color: #E099ED; }
a { background-color: rgb(224,153,237); }
div.DivClassName
{
background-color: #E099ED;
}
.BgClassName
{
background-color: #E099ED;
}
</style>
border-color css
<style>
span { border-color: #E099ED; }
span { border-color: rgb(224,153,237); }
td.TdClassName
{
border-color: #E099ED;
}
.TagClassName
{
border-color: #E099ED;
}
</style>