Shades of Plum #EEA0ED
Tints of Plum #EEA0ED
RGB
CMYK
RGB Variations
Color information
#EEA0ED (or 0xEEA0ED) is known color: Plum. HEX triplet: EE, A0 and ED. RGB value is (238,160,237). Sum of RGB (Red+Green+Blue) = 238+160+237=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0ED is #115F12. Grayscale: #BFBFBF. Windows color (decimal): -1138451 or 15573230. OLE color: 15573230.
HSL color Cylindrical-coordinate representation of color #EEA0ED: hue angle of 300.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0ED is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 237 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.07 |
| HSL | 300.77º | 0.7% | 0.78% | - |
| HSV(B) | 300.77º | 0.33% | 0.93% | - |
| XYZ | 63.12 | 49.43 | 86.34 | - |
| YUV | 192.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 237 | 0 | 0.33 | 0.00 | 0.07 | 300.77 | 0.7 | 0.78 |
| Hex | EE | A0 | ED | 0 | 21 | 0 | 7 | 12D | 46 | 4E |
| Octal | 356 | 240 | 355 | 0 | 41 | 0 | 7 | 455 | 106 | 116 |
| Binary | 11101110 | 10100000 | 11101101 | 0 | 100001 | 0 | 111 | 100101101 | 1000110 | 1001110 |
Color Harmonies of #EEA0ED
Complementary color
Monochromatic Colors of #EEA0ED
Black with #EEA0ED
Text Example
Text Example
White with #EEA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0ED; }
p { color: rgb(238,160,237); }
H1.HeaderClassName
{
color: #EEA0ED;
}
.AnyTagClassName
{
color: #EEA0ED;
}
</style>
background-color css
<style>
a { background-color: #EEA0ED; }
a { background-color: rgb(238,160,237); }
div.DivClassName
{
background-color: #EEA0ED;
}
.BgClassName
{
background-color: #EEA0ED;
}
</style>
border-color css
<style>
span { border-color: #EEA0ED; }
span { border-color: rgb(238,160,237); }
td.TdClassName
{
border-color: #EEA0ED;
}
.TagClassName
{
border-color: #EEA0ED;
}
</style>