Shades of Plum #EEA6EE
Tints of Plum #EEA6EE
RGB
CMYK
RGB Variations
Color information
#EEA6EE (or 0xEEA6EE) is known color: Plum. HEX triplet: EE, A6 and EE. RGB value is (238,166,238). Sum of RGB (Red+Green+Blue) = 238+166+238=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA6EE is #115911. Grayscale: #C3C3C3. Windows color (decimal): -1136914 or 15640302. OLE color: 15640302.
HSL color Cylindrical-coordinate representation of color #EEA6EE: hue angle of 300º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6EE is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 238 | - |
| CMYK | 0 | 0.30 | 0 | 0.07 |
| HSL | 300º | 0.68% | 0.79% | - |
| HSV(B) | 300º | 0.3% | 0.93% | - |
| XYZ | 64.33 | 51.62 | 87.46 | - |
| YUV | 195.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 238 | 0 | 0.30 | 0 | 0.07 | 300 | 0.68 | 0.79 |
| Hex | EE | A6 | EE | 0 | 1E | 0 | 7 | 12C | 44 | 4F |
| Octal | 356 | 246 | 356 | 0 | 36 | 0 | 7 | 454 | 104 | 117 |
| Binary | 11101110 | 10100110 | 11101110 | 0 | 11110 | 0 | 111 | 100101100 | 1000100 | 1001111 |
Color Harmonies of #EEA6EE
Complementary color
Monochromatic Colors of #EEA6EE
Black with #EEA6EE
Text Example
Text Example
White with #EEA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6EE; }
p { color: rgb(238,166,238); }
H1.HeaderClassName
{
color: #EEA6EE;
}
.AnyTagClassName
{
color: #EEA6EE;
}
</style>
background-color css
<style>
a { background-color: #EEA6EE; }
a { background-color: rgb(238,166,238); }
div.DivClassName
{
background-color: #EEA6EE;
}
.BgClassName
{
background-color: #EEA6EE;
}
</style>
border-color css
<style>
span { border-color: #EEA6EE; }
span { border-color: rgb(238,166,238); }
td.TdClassName
{
border-color: #EEA6EE;
}
.TagClassName
{
border-color: #EEA6EE;
}
</style>