Shades of Plum #EFA0ED
Tints of Plum #EFA0ED
RGB
CMYK
RGB Variations
Color information
#EFA0ED (or 0xEFA0ED) is known color: Plum. HEX triplet: EF, A0 and ED. RGB value is (239,160,237). Sum of RGB (Red+Green+Blue) = 239+160+237=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0ED is #105F12. Grayscale: #C0C0C0. Windows color (decimal): -1072915 or 15573231. OLE color: 15573231.
HSL color Cylindrical-coordinate representation of color #EFA0ED: hue angle of 301.52º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0ED is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 237 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.06 |
| HSL | 301.52º | 0.71% | 0.78% | - |
| HSV(B) | 301.52º | 0.33% | 0.94% | - |
| XYZ | 63.45 | 49.61 | 86.35 | - |
| YUV | 192.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 237 | 0 | 0.33 | 0.01 | 0.06 | 301.52 | 0.71 | 0.78 |
| Hex | EF | A0 | ED | 0 | 21 | 1 | 6 | 12E | 47 | 4E |
| Octal | 357 | 240 | 355 | 0 | 41 | 1 | 6 | 456 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11101101 | 0 | 100001 | 1 | 110 | 100101110 | 1000111 | 1001110 |
Color Harmonies of #EFA0ED
Complementary color
Monochromatic Colors of #EFA0ED
Black with #EFA0ED
Text Example
Text Example
White with #EFA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0ED; }
p { color: rgb(239,160,237); }
H1.HeaderClassName
{
color: #EFA0ED;
}
.AnyTagClassName
{
color: #EFA0ED;
}
</style>
background-color css
<style>
a { background-color: #EFA0ED; }
a { background-color: rgb(239,160,237); }
div.DivClassName
{
background-color: #EFA0ED;
}
.BgClassName
{
background-color: #EFA0ED;
}
</style>
border-color css
<style>
span { border-color: #EFA0ED; }
span { border-color: rgb(239,160,237); }
td.TdClassName
{
border-color: #EFA0ED;
}
.TagClassName
{
border-color: #EFA0ED;
}
</style>