Shades of Plum #EFA7EC
Tints of Plum #EFA7EC
RGB
CMYK
RGB Variations
Color information
#EFA7EC (or 0xEFA7EC) is known color: Plum. HEX triplet: EF, A7 and EC. RGB value is (239,167,236). Sum of RGB (Red+Green+Blue) = 239+167+236=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7EC is #105813. Grayscale: #C4C4C4. Windows color (decimal): -1071124 or 15509487. OLE color: 15509487.
HSL color Cylindrical-coordinate representation of color #EFA7EC: hue angle of 302.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7EC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 236 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.06 |
| HSL | 302.5º | 0.69% | 0.8% | - |
| HSV(B) | 302.5º | 0.3% | 0.94% | - |
| XYZ | 64.56 | 52.04 | 86 | - |
| YUV | 196.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 236 | 0 | 0.30 | 0.01 | 0.06 | 302.5 | 0.69 | 0.8 |
| Hex | EF | A7 | EC | 0 | 1E | 1 | 6 | 12E | 45 | 50 |
| Octal | 357 | 247 | 354 | 0 | 36 | 1 | 6 | 456 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11101100 | 0 | 11110 | 1 | 110 | 100101110 | 1000101 | 1010000 |
Color Harmonies of #EFA7EC
Complementary color
Monochromatic Colors of #EFA7EC
Black with #EFA7EC
Text Example
Text Example
White with #EFA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7EC; }
p { color: rgb(239,167,236); }
H1.HeaderClassName
{
color: #EFA7EC;
}
.AnyTagClassName
{
color: #EFA7EC;
}
</style>
background-color css
<style>
a { background-color: #EFA7EC; }
a { background-color: rgb(239,167,236); }
div.DivClassName
{
background-color: #EFA7EC;
}
.BgClassName
{
background-color: #EFA7EC;
}
</style>
border-color css
<style>
span { border-color: #EFA7EC; }
span { border-color: rgb(239,167,236); }
td.TdClassName
{
border-color: #EFA7EC;
}
.TagClassName
{
border-color: #EFA7EC;
}
</style>