Shades of Plum #EEA1EF
Tints of Plum #EEA1EF
RGB
CMYK
RGB Variations
Color information
#EEA1EF (or 0xEEA1EF) is known color: Plum. HEX triplet: EE, A1 and EF. RGB value is (238,161,239). Sum of RGB (Red+Green+Blue) = 238+161+239=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1EF is #115E10. Grayscale: #C0C0C0. Windows color (decimal): -1138193 or 15704558. OLE color: 15704558.
HSL color Cylindrical-coordinate representation of color #EEA1EF: hue angle of 299.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA1EF is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 161 | 239 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.06 |
| HSL | 299.23º | 0.71% | 0.78% | - |
| HSV(B) | 299.23º | 0.33% | 0.94% | - |
| XYZ | 63.58 | 49.9 | 87.94 | - |
| YUV | 192.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 239 | 0.00 | 0.33 | 0 | 0.06 | 299.23 | 0.71 | 0.78 |
| Hex | EE | A1 | EF | 0 | 21 | 0 | 6 | 12B | 47 | 4E |
| Octal | 356 | 241 | 357 | 0 | 41 | 0 | 6 | 453 | 107 | 116 |
| Binary | 11101110 | 10100001 | 11101111 | 0 | 100001 | 0 | 110 | 100101011 | 1000111 | 1001110 |
Color Harmonies of #EEA1EF
Complementary color
Monochromatic Colors of #EEA1EF
Black with #EEA1EF
Text Example
Text Example
White with #EEA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1EF; }
p { color: rgb(238,161,239); }
H1.HeaderClassName
{
color: #EEA1EF;
}
.AnyTagClassName
{
color: #EEA1EF;
}
</style>
background-color css
<style>
a { background-color: #EEA1EF; }
a { background-color: rgb(238,161,239); }
div.DivClassName
{
background-color: #EEA1EF;
}
.BgClassName
{
background-color: #EEA1EF;
}
</style>
border-color css
<style>
span { border-color: #EEA1EF; }
span { border-color: rgb(238,161,239); }
td.TdClassName
{
border-color: #EEA1EF;
}
.TagClassName
{
border-color: #EEA1EF;
}
</style>