Shades of Plum #EEA8E9
Tints of Plum #EEA8E9
RGB
CMYK
RGB Variations
Color information
#EEA8E9 (or 0xEEA8E9) is known color: Plum. HEX triplet: EE, A8 and E9. RGB value is (238,168,233). Sum of RGB (Red+Green+Blue) = 238+168+233=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8E9 is #115716. Grayscale: #C4C4C4. Windows color (decimal): -1136407 or 15313134. OLE color: 15313134.
HSL color Cylindrical-coordinate representation of color #EEA8E9: hue angle of 304.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8E9 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 233 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.07 |
| HSL | 304.29º | 0.67% | 0.8% | - |
| HSV(B) | 304.29º | 0.29% | 0.93% | - |
| XYZ | 63.97 | 52.07 | 83.77 | - |
| YUV | 196.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 233 | 0 | 0.29 | 0.02 | 0.07 | 304.29 | 0.67 | 0.8 |
| Hex | EE | A8 | E9 | 0 | 1D | 2 | 7 | 130 | 43 | 50 |
| Octal | 356 | 250 | 351 | 0 | 35 | 2 | 7 | 460 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11101001 | 0 | 11101 | 10 | 111 | 100110000 | 1000011 | 1010000 |
Color Harmonies of #EEA8E9
Complementary color
Monochromatic Colors of #EEA8E9
Black with #EEA8E9
Text Example
Text Example
White with #EEA8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8E9; }
p { color: rgb(238,168,233); }
H1.HeaderClassName
{
color: #EEA8E9;
}
.AnyTagClassName
{
color: #EEA8E9;
}
</style>
background-color css
<style>
a { background-color: #EEA8E9; }
a { background-color: rgb(238,168,233); }
div.DivClassName
{
background-color: #EEA8E9;
}
.BgClassName
{
background-color: #EEA8E9;
}
</style>
border-color css
<style>
span { border-color: #EEA8E9; }
span { border-color: rgb(238,168,233); }
td.TdClassName
{
border-color: #EEA8E9;
}
.TagClassName
{
border-color: #EEA8E9;
}
</style>