Shades of Plum #EEA3ED
Tints of Plum #EEA3ED
RGB
CMYK
RGB Variations
Color information
#EEA3ED (or 0xEEA3ED) is known color: Plum. HEX triplet: EE, A3 and ED. RGB value is (238,163,237). Sum of RGB (Red+Green+Blue) = 238+163+237=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3ED is #115C12. Grayscale: #C1C1C1. Windows color (decimal): -1137683 or 15573998. OLE color: 15573998.
HSL color Cylindrical-coordinate representation of color #EEA3ED: hue angle of 300.8º 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 #EEA3ED is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 237 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.07 |
| HSL | 300.8º | 0.69% | 0.79% | - |
| HSV(B) | 300.8º | 0.32% | 0.93% | - |
| XYZ | 63.64 | 50.49 | 86.51 | - |
| YUV | 193.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 237 | 0 | 0.32 | 0.00 | 0.07 | 300.8 | 0.69 | 0.79 |
| Hex | EE | A3 | ED | 0 | 20 | 0 | 7 | 12D | 45 | 4F |
| Octal | 356 | 243 | 355 | 0 | 40 | 0 | 7 | 455 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11101101 | 0 | 100000 | 0 | 111 | 100101101 | 1000101 | 1001111 |
Color Harmonies of #EEA3ED
Complementary color
Monochromatic Colors of #EEA3ED
Black with #EEA3ED
Text Example
Text Example
White with #EEA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3ED; }
p { color: rgb(238,163,237); }
H1.HeaderClassName
{
color: #EEA3ED;
}
.AnyTagClassName
{
color: #EEA3ED;
}
</style>
background-color css
<style>
a { background-color: #EEA3ED; }
a { background-color: rgb(238,163,237); }
div.DivClassName
{
background-color: #EEA3ED;
}
.BgClassName
{
background-color: #EEA3ED;
}
</style>
border-color css
<style>
span { border-color: #EEA3ED; }
span { border-color: rgb(238,163,237); }
td.TdClassName
{
border-color: #EEA3ED;
}
.TagClassName
{
border-color: #EEA3ED;
}
</style>