Shades of Plum #EEA5EC
Tints of Plum #EEA5EC
RGB
CMYK
RGB Variations
Color information
#EEA5EC (or 0xEEA5EC) is known color: Plum. HEX triplet: EE, A5 and EC. RGB value is (238,165,236). Sum of RGB (Red+Green+Blue) = 238+165+236=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5EC is #115A13. Grayscale: #C2C2C2. Windows color (decimal): -1137172 or 15508974. OLE color: 15508974.
HSL color Cylindrical-coordinate representation of color #EEA5EC: hue angle of 301.64º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5EC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 236 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.07 |
| HSL | 301.64º | 0.68% | 0.79% | - |
| HSV(B) | 301.64º | 0.31% | 0.93% | - |
| XYZ | 63.86 | 51.14 | 85.86 | - |
| YUV | 194.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 236 | 0 | 0.31 | 0.01 | 0.07 | 301.64 | 0.68 | 0.79 |
| Hex | EE | A5 | EC | 0 | 1F | 1 | 7 | 12E | 44 | 4F |
| Octal | 356 | 245 | 354 | 0 | 37 | 1 | 7 | 456 | 104 | 117 |
| Binary | 11101110 | 10100101 | 11101100 | 0 | 11111 | 1 | 111 | 100101110 | 1000100 | 1001111 |
Color Harmonies of #EEA5EC
Complementary color
Monochromatic Colors of #EEA5EC
Black with #EEA5EC
Text Example
Text Example
White with #EEA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA5EC; }
p { color: rgb(238,165,236); }
H1.HeaderClassName
{
color: #EEA5EC;
}
.AnyTagClassName
{
color: #EEA5EC;
}
</style>
background-color css
<style>
a { background-color: #EEA5EC; }
a { background-color: rgb(238,165,236); }
div.DivClassName
{
background-color: #EEA5EC;
}
.BgClassName
{
background-color: #EEA5EC;
}
</style>
border-color css
<style>
span { border-color: #EEA5EC; }
span { border-color: rgb(238,165,236); }
td.TdClassName
{
border-color: #EEA5EC;
}
.TagClassName
{
border-color: #EEA5EC;
}
</style>