Shades of Plum #EEA3EE
Tints of Plum #EEA3EE
RGB
CMYK
RGB Variations
Color information
#EEA3EE (or 0xEEA3EE) is known color: Plum. HEX triplet: EE, A3 and EE. RGB value is (238,163,238). Sum of RGB (Red+Green+Blue) = 238+163+238=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3EE is #115C11. Grayscale: #C1C1C1. Windows color (decimal): -1137682 or 15639534. OLE color: 15639534.
HSL color Cylindrical-coordinate representation of color #EEA3EE: hue angle of 300º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA3EE is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 238 | - |
| CMYK | 0 | 0.32 | 0 | 0.07 |
| HSL | 300º | 0.69% | 0.79% | - |
| HSV(B) | 300º | 0.32% | 0.93% | - |
| XYZ | 63.79 | 50.54 | 87.28 | - |
| YUV | 193.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 238 | 0 | 0.32 | 0 | 0.07 | 300 | 0.69 | 0.79 |
| Hex | EE | A3 | EE | 0 | 20 | 0 | 7 | 12C | 45 | 4F |
| Octal | 356 | 243 | 356 | 0 | 40 | 0 | 7 | 454 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11101110 | 0 | 100000 | 0 | 111 | 100101100 | 1000101 | 1001111 |
Color Harmonies of #EEA3EE
Complementary color
Monochromatic Colors of #EEA3EE
Black with #EEA3EE
Text Example
Text Example
White with #EEA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3EE; }
p { color: rgb(238,163,238); }
H1.HeaderClassName
{
color: #EEA3EE;
}
.AnyTagClassName
{
color: #EEA3EE;
}
</style>
background-color css
<style>
a { background-color: #EEA3EE; }
a { background-color: rgb(238,163,238); }
div.DivClassName
{
background-color: #EEA3EE;
}
.BgClassName
{
background-color: #EEA3EE;
}
</style>
border-color css
<style>
span { border-color: #EEA3EE; }
span { border-color: rgb(238,163,238); }
td.TdClassName
{
border-color: #EEA3EE;
}
.TagClassName
{
border-color: #EEA3EE;
}
</style>