Shades of Plum #EFA2EC
Tints of Plum #EFA2EC
RGB
CMYK
RGB Variations
Color information
#EFA2EC (or 0xEFA2EC) is known color: Plum. HEX triplet: EF, A2 and EC. RGB value is (239,162,236). Sum of RGB (Red+Green+Blue) = 239+162+236=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2EC is #105D13. Grayscale: #C1C1C1. Windows color (decimal): -1072404 or 15508207. OLE color: 15508207.
HSL color Cylindrical-coordinate representation of color #EFA2EC: hue angle of 302.34º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2EC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 236 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.06 |
| HSL | 302.34º | 0.71% | 0.79% | - |
| HSV(B) | 302.34º | 0.32% | 0.94% | - |
| XYZ | 63.66 | 50.25 | 85.7 | - |
| YUV | 193.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 236 | 0 | 0.32 | 0.01 | 0.06 | 302.34 | 0.71 | 0.79 |
| Hex | EF | A2 | EC | 0 | 20 | 1 | 6 | 12E | 47 | 4F |
| Octal | 357 | 242 | 354 | 0 | 40 | 1 | 6 | 456 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11101100 | 0 | 100000 | 1 | 110 | 100101110 | 1000111 | 1001111 |
Color Harmonies of #EFA2EC
Complementary color
Monochromatic Colors of #EFA2EC
Black with #EFA2EC
Text Example
Text Example
White with #EFA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2EC; }
p { color: rgb(239,162,236); }
H1.HeaderClassName
{
color: #EFA2EC;
}
.AnyTagClassName
{
color: #EFA2EC;
}
</style>
background-color css
<style>
a { background-color: #EFA2EC; }
a { background-color: rgb(239,162,236); }
div.DivClassName
{
background-color: #EFA2EC;
}
.BgClassName
{
background-color: #EFA2EC;
}
</style>
border-color css
<style>
span { border-color: #EFA2EC; }
span { border-color: rgb(239,162,236); }
td.TdClassName
{
border-color: #EFA2EC;
}
.TagClassName
{
border-color: #EFA2EC;
}
</style>