Shades of Plum #EFA9EC
Tints of Plum #EFA9EC
RGB
CMYK
RGB Variations
Color information
#EFA9EC (or 0xEFA9EC) is known color: Plum. HEX triplet: EF, A9 and EC. RGB value is (239,169,236). Sum of RGB (Red+Green+Blue) = 239+169+236=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9EC is #105613. Grayscale: #C5C5C5. Windows color (decimal): -1070612 or 15509999. OLE color: 15509999.
HSL color Cylindrical-coordinate representation of color #EFA9EC: hue angle of 302.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9EC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 236 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.06 |
| HSL | 302.57º | 0.69% | 0.8% | - |
| HSV(B) | 302.57º | 0.29% | 0.94% | - |
| XYZ | 64.92 | 52.78 | 86.12 | - |
| YUV | 197.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 236 | 0 | 0.29 | 0.01 | 0.06 | 302.57 | 0.69 | 0.8 |
| Hex | EF | A9 | EC | 0 | 1D | 1 | 6 | 12F | 45 | 50 |
| Octal | 357 | 251 | 354 | 0 | 35 | 1 | 6 | 457 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11101100 | 0 | 11101 | 1 | 110 | 100101111 | 1000101 | 1010000 |
Color Harmonies of #EFA9EC
Complementary color
Monochromatic Colors of #EFA9EC
Black with #EFA9EC
Text Example
Text Example
White with #EFA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9EC; }
p { color: rgb(239,169,236); }
H1.HeaderClassName
{
color: #EFA9EC;
}
.AnyTagClassName
{
color: #EFA9EC;
}
</style>
background-color css
<style>
a { background-color: #EFA9EC; }
a { background-color: rgb(239,169,236); }
div.DivClassName
{
background-color: #EFA9EC;
}
.BgClassName
{
background-color: #EFA9EC;
}
</style>
border-color css
<style>
span { border-color: #EFA9EC; }
span { border-color: rgb(239,169,236); }
td.TdClassName
{
border-color: #EFA9EC;
}
.TagClassName
{
border-color: #EFA9EC;
}
</style>