Shades of Plum #EFA3ED
Tints of Plum #EFA3ED
RGB
CMYK
RGB Variations
Color information
#EFA3ED (or 0xEFA3ED) is known color: Plum. HEX triplet: EF, A3 and ED. RGB value is (239,163,237). Sum of RGB (Red+Green+Blue) = 239+163+237=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3ED is #105C12. Grayscale: #C1C1C1. Windows color (decimal): -1072147 or 15573999. OLE color: 15573999.
HSL color Cylindrical-coordinate representation of color #EFA3ED: hue angle of 301.58º degrees, saturation: 0.7, 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 #EFA3ED is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 237 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.06 |
| HSL | 301.58º | 0.7% | 0.79% | - |
| HSV(B) | 301.58º | 0.32% | 0.94% | - |
| XYZ | 63.98 | 50.66 | 86.53 | - |
| YUV | 194.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 237 | 0 | 0.32 | 0.01 | 0.06 | 301.58 | 0.7 | 0.79 |
| Hex | EF | A3 | ED | 0 | 20 | 1 | 6 | 12E | 46 | 4F |
| Octal | 357 | 243 | 355 | 0 | 40 | 1 | 6 | 456 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11101101 | 0 | 100000 | 1 | 110 | 100101110 | 1000110 | 1001111 |
Color Harmonies of #EFA3ED
Complementary color
Monochromatic Colors of #EFA3ED
Black with #EFA3ED
Text Example
Text Example
White with #EFA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3ED; }
p { color: rgb(239,163,237); }
H1.HeaderClassName
{
color: #EFA3ED;
}
.AnyTagClassName
{
color: #EFA3ED;
}
</style>
background-color css
<style>
a { background-color: #EFA3ED; }
a { background-color: rgb(239,163,237); }
div.DivClassName
{
background-color: #EFA3ED;
}
.BgClassName
{
background-color: #EFA3ED;
}
</style>
border-color css
<style>
span { border-color: #EFA3ED; }
span { border-color: rgb(239,163,237); }
td.TdClassName
{
border-color: #EFA3ED;
}
.TagClassName
{
border-color: #EFA3ED;
}
</style>