Shades of Plum #EEA9EF
Tints of Plum #EEA9EF
RGB
CMYK
RGB Variations
Color information
#EEA9EF (or 0xEEA9EF) is known color: Plum. HEX triplet: EE, A9 and EF. RGB value is (238,169,239). Sum of RGB (Red+Green+Blue) = 238+169+239=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9EF is #115610. Grayscale: #C5C5C5. Windows color (decimal): -1136145 or 15706606. OLE color: 15706606.
HSL color Cylindrical-coordinate representation of color #EEA9EF: hue angle of 299.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9EF is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 169 | 239 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.06 |
| HSL | 299.14º | 0.69% | 0.8% | - |
| HSV(B) | 299.14º | 0.29% | 0.94% | - |
| XYZ | 65.03 | 52.79 | 88.42 | - |
| YUV | 197.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 239 | 0.00 | 0.29 | 0 | 0.06 | 299.14 | 0.69 | 0.8 |
| Hex | EE | A9 | EF | 0 | 1D | 0 | 6 | 12B | 45 | 50 |
| Octal | 356 | 251 | 357 | 0 | 35 | 0 | 6 | 453 | 105 | 120 |
| Binary | 11101110 | 10101001 | 11101111 | 0 | 11101 | 0 | 110 | 100101011 | 1000101 | 1010000 |
Color Harmonies of #EEA9EF
Complementary color
Monochromatic Colors of #EEA9EF
Black with #EEA9EF
Text Example
Text Example
White with #EEA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9EF; }
p { color: rgb(238,169,239); }
H1.HeaderClassName
{
color: #EEA9EF;
}
.AnyTagClassName
{
color: #EEA9EF;
}
</style>
background-color css
<style>
a { background-color: #EEA9EF; }
a { background-color: rgb(238,169,239); }
div.DivClassName
{
background-color: #EEA9EF;
}
.BgClassName
{
background-color: #EEA9EF;
}
</style>
border-color css
<style>
span { border-color: #EEA9EF; }
span { border-color: rgb(238,169,239); }
td.TdClassName
{
border-color: #EEA9EF;
}
.TagClassName
{
border-color: #EEA9EF;
}
</style>