Shades of Plum #EEA9EA
Tints of Plum #EEA9EA
RGB
CMYK
RGB Variations
Color information
#EEA9EA (or 0xEEA9EA) is known color: Plum. HEX triplet: EE, A9 and EA. RGB value is (238,169,234). Sum of RGB (Red+Green+Blue) = 238+169+234=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9EA is #115615. Grayscale: #C4C4C4. Windows color (decimal): -1136150 or 15378926. OLE color: 15378926.
HSL color Cylindrical-coordinate representation of color #EEA9EA: hue angle of 303.48º 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 #EEA9EA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 234 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.07 |
| HSL | 303.48º | 0.67% | 0.8% | - |
| HSV(B) | 303.48º | 0.29% | 0.93% | - |
| XYZ | 64.3 | 52.49 | 84.59 | - |
| YUV | 197.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 234 | 0 | 0.29 | 0.02 | 0.07 | 303.48 | 0.67 | 0.8 |
| Hex | EE | A9 | EA | 0 | 1D | 2 | 7 | 12F | 43 | 50 |
| Octal | 356 | 251 | 352 | 0 | 35 | 2 | 7 | 457 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11101010 | 0 | 11101 | 10 | 111 | 100101111 | 1000011 | 1010000 |
Color Harmonies of #EEA9EA
Complementary color
Monochromatic Colors of #EEA9EA
Black with #EEA9EA
Text Example
Text Example
White with #EEA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9EA; }
p { color: rgb(238,169,234); }
H1.HeaderClassName
{
color: #EEA9EA;
}
.AnyTagClassName
{
color: #EEA9EA;
}
</style>
background-color css
<style>
a { background-color: #EEA9EA; }
a { background-color: rgb(238,169,234); }
div.DivClassName
{
background-color: #EEA9EA;
}
.BgClassName
{
background-color: #EEA9EA;
}
</style>
border-color css
<style>
span { border-color: #EEA9EA; }
span { border-color: rgb(238,169,234); }
td.TdClassName
{
border-color: #EEA9EA;
}
.TagClassName
{
border-color: #EEA9EA;
}
</style>