Shades of Plum #E099EF
Tints of Plum #E099EF
RGB
CMYK
RGB Variations
Color information
#E099EF (or 0xE099EF) is known color: Plum. HEX triplet: E0, 99 and EF. RGB value is (224,153,239). Sum of RGB (Red+Green+Blue) = 224+153+239=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #E099EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E099EF is #1F6610. Grayscale: #B7B7B7. Windows color (decimal): -2057745 or 15702496. OLE color: 15702496.
HSL color Cylindrical-coordinate representation of color #E099EF: hue angle of 289.53º degrees, saturation: 0.73, 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 #E099EF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 153 | 239 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.06 |
| HSL | 289.53º | 0.73% | 0.77% | - |
| HSV(B) | 289.53º | 0.36% | 0.94% | - |
| XYZ | 57.71 | 44.86 | 87.28 | - |
| YUV | 184.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 239 | 0.06 | 0.36 | 0 | 0.06 | 289.53 | 0.73 | 0.77 |
| Hex | E0 | 99 | EF | 6 | 24 | 0 | 6 | 122 | 49 | 4D |
| Octal | 340 | 231 | 357 | 6 | 44 | 0 | 6 | 442 | 111 | 115 |
| Binary | 11100000 | 10011001 | 11101111 | 110 | 100100 | 0 | 110 | 100100010 | 1001001 | 1001101 |
Color Harmonies of #E099EF
Complementary color
Monochromatic Colors of #E099EF
Black with #E099EF
Text Example
Text Example
White with #E099EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099EF; }
p { color: rgb(224,153,239); }
H1.HeaderClassName
{
color: #E099EF;
}
.AnyTagClassName
{
color: #E099EF;
}
</style>
background-color css
<style>
a { background-color: #E099EF; }
a { background-color: rgb(224,153,239); }
div.DivClassName
{
background-color: #E099EF;
}
.BgClassName
{
background-color: #E099EF;
}
</style>
border-color css
<style>
span { border-color: #E099EF; }
span { border-color: rgb(224,153,239); }
td.TdClassName
{
border-color: #E099EF;
}
.TagClassName
{
border-color: #E099EF;
}
</style>