Shades of Plum #EEA9F2
Tints of Plum #EEA9F2
RGB
CMYK
RGB Variations
Color information
#EEA9F2 (or 0xEEA9F2) is known color: Plum. HEX triplet: EE, A9 and F2. RGB value is (238,169,242). Sum of RGB (Red+Green+Blue) = 238+169+242=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9F2 is #11560D. Grayscale: #C5C5C5. Windows color (decimal): -1136142 or 15903214. OLE color: 15903214.
HSL color Cylindrical-coordinate representation of color #EEA9F2: hue angle of 296.71º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA9F2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 169 | 242 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.05 |
| HSL | 296.71º | 0.74% | 0.81% | - |
| HSV(B) | 296.71º | 0.3% | 0.95% | - |
| XYZ | 65.47 | 52.96 | 90.78 | - |
| YUV | 197.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 242 | 0.02 | 0.30 | 0 | 0.05 | 296.71 | 0.74 | 0.81 |
| Hex | EE | A9 | F2 | 2 | 1E | 0 | 5 | 129 | 4A | 51 |
| Octal | 356 | 251 | 362 | 2 | 36 | 0 | 5 | 451 | 112 | 121 |
| Binary | 11101110 | 10101001 | 11110010 | 10 | 11110 | 0 | 101 | 100101001 | 1001010 | 1010001 |
Color Harmonies of #EEA9F2
Complementary color
Monochromatic Colors of #EEA9F2
Black with #EEA9F2
Text Example
Text Example
White with #EEA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9F2; }
p { color: rgb(238,169,242); }
H1.HeaderClassName
{
color: #EEA9F2;
}
.AnyTagClassName
{
color: #EEA9F2;
}
</style>
background-color css
<style>
a { background-color: #EEA9F2; }
a { background-color: rgb(238,169,242); }
div.DivClassName
{
background-color: #EEA9F2;
}
.BgClassName
{
background-color: #EEA9F2;
}
</style>
border-color css
<style>
span { border-color: #EEA9F2; }
span { border-color: rgb(238,169,242); }
td.TdClassName
{
border-color: #EEA9F2;
}
.TagClassName
{
border-color: #EEA9F2;
}
</style>