Shades of Plum #EEA4F1
Tints of Plum #EEA4F1
RGB
CMYK
RGB Variations
Color information
#EEA4F1 (or 0xEEA4F1) is known color: Plum. HEX triplet: EE, A4 and F1. RGB value is (238,164,241). Sum of RGB (Red+Green+Blue) = 238+164+241=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4F1 is #115B0E. Grayscale: #C2C2C2. Windows color (decimal): -1137423 or 15836398. OLE color: 15836398.
HSL color Cylindrical-coordinate representation of color #EEA4F1: hue angle of 297.66º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA4F1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 164 | 241 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.05 |
| HSL | 297.66º | 0.73% | 0.79% | - |
| HSV(B) | 297.66º | 0.32% | 0.95% | - |
| XYZ | 64.41 | 51.08 | 89.68 | - |
| YUV | 194.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 241 | 0.01 | 0.32 | 0 | 0.05 | 297.66 | 0.73 | 0.79 |
| Hex | EE | A4 | F1 | 1 | 20 | 0 | 5 | 12A | 49 | 4F |
| Octal | 356 | 244 | 361 | 1 | 40 | 0 | 5 | 452 | 111 | 117 |
| Binary | 11101110 | 10100100 | 11110001 | 1 | 100000 | 0 | 101 | 100101010 | 1001001 | 1001111 |
Color Harmonies of #EEA4F1
Complementary color
Monochromatic Colors of #EEA4F1
Black with #EEA4F1
Text Example
Text Example
White with #EEA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4F1; }
p { color: rgb(238,164,241); }
H1.HeaderClassName
{
color: #EEA4F1;
}
.AnyTagClassName
{
color: #EEA4F1;
}
</style>
background-color css
<style>
a { background-color: #EEA4F1; }
a { background-color: rgb(238,164,241); }
div.DivClassName
{
background-color: #EEA4F1;
}
.BgClassName
{
background-color: #EEA4F1;
}
</style>
border-color css
<style>
span { border-color: #EEA4F1; }
span { border-color: rgb(238,164,241); }
td.TdClassName
{
border-color: #EEA4F1;
}
.TagClassName
{
border-color: #EEA4F1;
}
</style>