Shades of Plum #EFA1EC
Tints of Plum #EFA1EC
RGB
CMYK
RGB Variations
Color information
#EFA1EC (or 0xEFA1EC) is known color: Plum. HEX triplet: EF, A1 and EC. RGB value is (239,161,236). Sum of RGB (Red+Green+Blue) = 239+161+236=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1EC is #105E13. Grayscale: #C0C0C0. Windows color (decimal): -1072660 or 15507951. OLE color: 15507951.
HSL color Cylindrical-coordinate representation of color #EFA1EC: hue angle of 302.31º 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 #EFA1EC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 236 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.06 |
| HSL | 302.31º | 0.71% | 0.78% | - |
| HSV(B) | 302.31º | 0.33% | 0.94% | - |
| XYZ | 63.48 | 49.9 | 85.64 | - |
| YUV | 192.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 236 | 0 | 0.33 | 0.01 | 0.06 | 302.31 | 0.71 | 0.78 |
| Hex | EF | A1 | EC | 0 | 21 | 1 | 6 | 12E | 47 | 4E |
| Octal | 357 | 241 | 354 | 0 | 41 | 1 | 6 | 456 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11101100 | 0 | 100001 | 1 | 110 | 100101110 | 1000111 | 1001110 |
Color Harmonies of #EFA1EC
Complementary color
Monochromatic Colors of #EFA1EC
Black with #EFA1EC
Text Example
Text Example
White with #EFA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1EC; }
p { color: rgb(239,161,236); }
H1.HeaderClassName
{
color: #EFA1EC;
}
.AnyTagClassName
{
color: #EFA1EC;
}
</style>
background-color css
<style>
a { background-color: #EFA1EC; }
a { background-color: rgb(239,161,236); }
div.DivClassName
{
background-color: #EFA1EC;
}
.BgClassName
{
background-color: #EFA1EC;
}
</style>
border-color css
<style>
span { border-color: #EFA1EC; }
span { border-color: rgb(239,161,236); }
td.TdClassName
{
border-color: #EFA1EC;
}
.TagClassName
{
border-color: #EFA1EC;
}
</style>