Shades of Plum #EEA7ED
Tints of Plum #EEA7ED
RGB
CMYK
RGB Variations
Color information
#EEA7ED (or 0xEEA7ED) is known color: Plum. HEX triplet: EE, A7 and ED. RGB value is (238,167,237). Sum of RGB (Red+Green+Blue) = 238+167+237=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA7ED is #115812. Grayscale: #C4C4C4. Windows color (decimal): -1136659 or 15575022. OLE color: 15575022.
HSL color Cylindrical-coordinate representation of color #EEA7ED: hue angle of 300.85º 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 #EEA7ED is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 237 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.07 |
| HSL | 300.85º | 0.68% | 0.79% | - |
| HSV(B) | 300.85º | 0.3% | 0.93% | - |
| XYZ | 64.36 | 51.93 | 86.75 | - |
| YUV | 196.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 237 | 0 | 0.30 | 0.00 | 0.07 | 300.85 | 0.68 | 0.79 |
| Hex | EE | A7 | ED | 0 | 1E | 0 | 7 | 12D | 44 | 4F |
| Octal | 356 | 247 | 355 | 0 | 36 | 0 | 7 | 455 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11101101 | 0 | 11110 | 0 | 111 | 100101101 | 1000100 | 1001111 |
Color Harmonies of #EEA7ED
Complementary color
Monochromatic Colors of #EEA7ED
Black with #EEA7ED
Text Example
Text Example
White with #EEA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7ED; }
p { color: rgb(238,167,237); }
H1.HeaderClassName
{
color: #EEA7ED;
}
.AnyTagClassName
{
color: #EEA7ED;
}
</style>
background-color css
<style>
a { background-color: #EEA7ED; }
a { background-color: rgb(238,167,237); }
div.DivClassName
{
background-color: #EEA7ED;
}
.BgClassName
{
background-color: #EEA7ED;
}
</style>
border-color css
<style>
span { border-color: #EEA7ED; }
span { border-color: rgb(238,167,237); }
td.TdClassName
{
border-color: #EEA7ED;
}
.TagClassName
{
border-color: #EEA7ED;
}
</style>