Shades of Plum #E093EE
Tints of Plum #E093EE
RGB
CMYK
RGB Variations
Color information
#E093EE (or 0xE093EE) is known color: Plum. HEX triplet: E0, 93 and EE. RGB value is (224,147,238). Sum of RGB (Red+Green+Blue) = 224+147+238=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #E093EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093EE is #1F6C11. Grayscale: #B4B4B4. Windows color (decimal): -2059282 or 15635424. OLE color: 15635424.
HSL color Cylindrical-coordinate representation of color #E093EE: hue angle of 290.77º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E093EE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 147 | 238 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290.77º | 0.73% | 0.75% | - |
| HSV(B) | 290.77º | 0.38% | 0.93% | - |
| XYZ | 56.61 | 42.89 | 86.18 | - |
| YUV | 180.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 238 | 0.06 | 0.38 | 0 | 0.07 | 290.77 | 0.73 | 0.75 |
| Hex | E0 | 93 | EE | 6 | 26 | 0 | 7 | 123 | 49 | 4B |
| Octal | 340 | 223 | 356 | 6 | 46 | 0 | 7 | 443 | 111 | 113 |
| Binary | 11100000 | 10010011 | 11101110 | 110 | 100110 | 0 | 111 | 100100011 | 1001001 | 1001011 |
Color Harmonies of #E093EE
Complementary color
Monochromatic Colors of #E093EE
Black with #E093EE
Text Example
Text Example
White with #E093EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093EE; }
p { color: rgb(224,147,238); }
H1.HeaderClassName
{
color: #E093EE;
}
.AnyTagClassName
{
color: #E093EE;
}
</style>
background-color css
<style>
a { background-color: #E093EE; }
a { background-color: rgb(224,147,238); }
div.DivClassName
{
background-color: #E093EE;
}
.BgClassName
{
background-color: #E093EE;
}
</style>
border-color css
<style>
span { border-color: #E093EE; }
span { border-color: rgb(224,147,238); }
td.TdClassName
{
border-color: #E093EE;
}
.TagClassName
{
border-color: #E093EE;
}
</style>