Shades of Plum #E094EE
Tints of Plum #E094EE
RGB
CMYK
RGB Variations
Color information
#E094EE (or 0xE094EE) is known color: Plum. HEX triplet: E0, 94 and EE. RGB value is (224,148,238). Sum of RGB (Red+Green+Blue) = 224+148+238=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #E094EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EE is #1F6B11. Grayscale: #B4B4B4. Windows color (decimal): -2059026 or 15635680. OLE color: 15635680.
HSL color Cylindrical-coordinate representation of color #E094EE: hue angle of 290.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E094EE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 148 | 238 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290.67º | 0.73% | 0.76% | - |
| HSV(B) | 290.67º | 0.38% | 0.93% | - |
| XYZ | 56.76 | 43.2 | 86.24 | - |
| YUV | 180.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 238 | 0.06 | 0.38 | 0 | 0.07 | 290.67 | 0.73 | 0.76 |
| Hex | E0 | 94 | EE | 6 | 26 | 0 | 7 | 123 | 49 | 4C |
| Octal | 340 | 224 | 356 | 6 | 46 | 0 | 7 | 443 | 111 | 114 |
| Binary | 11100000 | 10010100 | 11101110 | 110 | 100110 | 0 | 111 | 100100011 | 1001001 | 1001100 |
Color Harmonies of #E094EE
Complementary color
Monochromatic Colors of #E094EE
Black with #E094EE
Text Example
Text Example
White with #E094EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094EE; }
p { color: rgb(224,148,238); }
H1.HeaderClassName
{
color: #E094EE;
}
.AnyTagClassName
{
color: #E094EE;
}
</style>
background-color css
<style>
a { background-color: #E094EE; }
a { background-color: rgb(224,148,238); }
div.DivClassName
{
background-color: #E094EE;
}
.BgClassName
{
background-color: #E094EE;
}
</style>
border-color css
<style>
span { border-color: #E094EE; }
span { border-color: rgb(224,148,238); }
td.TdClassName
{
border-color: #E094EE;
}
.TagClassName
{
border-color: #E094EE;
}
</style>