Shades of Plum #E099EA
Tints of Plum #E099EA
RGB
CMYK
RGB Variations
Color information
#E099EA (or 0xE099EA) is known color: Plum. HEX triplet: E0, 99 and EA. RGB value is (224,153,234). Sum of RGB (Red+Green+Blue) = 224+153+234=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E099EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099EA is #1F6615. Grayscale: #B7B7B7. Windows color (decimal): -2057750 or 15374816. OLE color: 15374816.
HSL color Cylindrical-coordinate representation of color #E099EA: hue angle of 292.59º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E099EA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 153 | 234 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.08 |
| HSL | 292.59º | 0.66% | 0.76% | - |
| HSV(B) | 292.59º | 0.35% | 0.92% | - |
| XYZ | 56.98 | 44.57 | 83.44 | - |
| YUV | 183.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 234 | 0.04 | 0.35 | 0 | 0.08 | 292.59 | 0.66 | 0.76 |
| Hex | E0 | 99 | EA | 4 | 23 | 0 | 8 | 125 | 42 | 4C |
| Octal | 340 | 231 | 352 | 4 | 43 | 0 | 10 | 445 | 102 | 114 |
| Binary | 11100000 | 10011001 | 11101010 | 100 | 100011 | 0 | 1000 | 100100101 | 1000010 | 1001100 |
Color Harmonies of #E099EA
Complementary color
Monochromatic Colors of #E099EA
Black with #E099EA
Text Example
Text Example
White with #E099EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099EA; }
p { color: rgb(224,153,234); }
H1.HeaderClassName
{
color: #E099EA;
}
.AnyTagClassName
{
color: #E099EA;
}
</style>
background-color css
<style>
a { background-color: #E099EA; }
a { background-color: rgb(224,153,234); }
div.DivClassName
{
background-color: #E099EA;
}
.BgClassName
{
background-color: #E099EA;
}
</style>
border-color css
<style>
span { border-color: #E099EA; }
span { border-color: rgb(224,153,234); }
td.TdClassName
{
border-color: #E099EA;
}
.TagClassName
{
border-color: #E099EA;
}
</style>