Shades of Plum #EFA0EC
Tints of Plum #EFA0EC
RGB
CMYK
RGB Variations
Color information
#EFA0EC (or 0xEFA0EC) is known color: Plum. HEX triplet: EF, A0 and EC. RGB value is (239,160,236). Sum of RGB (Red+Green+Blue) = 239+160+236=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0EC is #105F13. Grayscale: #C0C0C0. Windows color (decimal): -1072916 or 15507695. OLE color: 15507695.
HSL color Cylindrical-coordinate representation of color #EFA0EC: hue angle of 302.28º 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 #EFA0EC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 236 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.06 |
| HSL | 302.28º | 0.71% | 0.78% | - |
| HSV(B) | 302.28º | 0.33% | 0.94% | - |
| XYZ | 63.31 | 49.55 | 85.58 | - |
| YUV | 192.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 236 | 0 | 0.33 | 0.01 | 0.06 | 302.28 | 0.71 | 0.78 |
| Hex | EF | A0 | EC | 0 | 21 | 1 | 6 | 12E | 47 | 4E |
| Octal | 357 | 240 | 354 | 0 | 41 | 1 | 6 | 456 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11101100 | 0 | 100001 | 1 | 110 | 100101110 | 1000111 | 1001110 |
Color Harmonies of #EFA0EC
Complementary color
Monochromatic Colors of #EFA0EC
Black with #EFA0EC
Text Example
Text Example
White with #EFA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0EC; }
p { color: rgb(239,160,236); }
H1.HeaderClassName
{
color: #EFA0EC;
}
.AnyTagClassName
{
color: #EFA0EC;
}
</style>
background-color css
<style>
a { background-color: #EFA0EC; }
a { background-color: rgb(239,160,236); }
div.DivClassName
{
background-color: #EFA0EC;
}
.BgClassName
{
background-color: #EFA0EC;
}
</style>
border-color css
<style>
span { border-color: #EFA0EC; }
span { border-color: rgb(239,160,236); }
td.TdClassName
{
border-color: #EFA0EC;
}
.TagClassName
{
border-color: #EFA0EC;
}
</style>