Shades of Plum #EFA4EC
Tints of Plum #EFA4EC
RGB
CMYK
RGB Variations
Color information
#EFA4EC (or 0xEFA4EC) is known color: Plum. HEX triplet: EF, A4 and EC. RGB value is (239,164,236). Sum of RGB (Red+Green+Blue) = 239+164+236=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4EC is #105B13. Grayscale: #C2C2C2. Windows color (decimal): -1071892 or 15508719. OLE color: 15508719.
HSL color Cylindrical-coordinate representation of color #EFA4EC: hue angle of 302.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4EC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 236 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.06 |
| HSL | 302.4º | 0.7% | 0.79% | - |
| HSV(B) | 302.4º | 0.31% | 0.94% | - |
| XYZ | 64.01 | 50.96 | 85.82 | - |
| YUV | 194.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 236 | 0 | 0.31 | 0.01 | 0.06 | 302.4 | 0.7 | 0.79 |
| Hex | EF | A4 | EC | 0 | 1F | 1 | 6 | 12E | 46 | 4F |
| Octal | 357 | 244 | 354 | 0 | 37 | 1 | 6 | 456 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11101100 | 0 | 11111 | 1 | 110 | 100101110 | 1000110 | 1001111 |
Color Harmonies of #EFA4EC
Complementary color
Monochromatic Colors of #EFA4EC
Black with #EFA4EC
Text Example
Text Example
White with #EFA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4EC; }
p { color: rgb(239,164,236); }
H1.HeaderClassName
{
color: #EFA4EC;
}
.AnyTagClassName
{
color: #EFA4EC;
}
</style>
background-color css
<style>
a { background-color: #EFA4EC; }
a { background-color: rgb(239,164,236); }
div.DivClassName
{
background-color: #EFA4EC;
}
.BgClassName
{
background-color: #EFA4EC;
}
</style>
border-color css
<style>
span { border-color: #EFA4EC; }
span { border-color: rgb(239,164,236); }
td.TdClassName
{
border-color: #EFA4EC;
}
.TagClassName
{
border-color: #EFA4EC;
}
</style>