Shades of Plum #EFA4ED
Tints of Plum #EFA4ED
RGB
CMYK
RGB Variations
Color information
#EFA4ED (or 0xEFA4ED) is known color: Plum. HEX triplet: EF, A4 and ED. RGB value is (239,164,237). Sum of RGB (Red+Green+Blue) = 239+164+237=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4ED is #105B12. Grayscale: #C2C2C2. Windows color (decimal): -1071891 or 15574255. OLE color: 15574255.
HSL color Cylindrical-coordinate representation of color #EFA4ED: hue angle of 301.6º 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 #EFA4ED is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 237 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.06 |
| HSL | 301.6º | 0.7% | 0.79% | - |
| HSV(B) | 301.6º | 0.31% | 0.94% | - |
| XYZ | 64.16 | 51.02 | 86.59 | - |
| YUV | 194.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 237 | 0 | 0.31 | 0.01 | 0.06 | 301.6 | 0.7 | 0.79 |
| Hex | EF | A4 | ED | 0 | 1F | 1 | 6 | 12E | 46 | 4F |
| Octal | 357 | 244 | 355 | 0 | 37 | 1 | 6 | 456 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11101101 | 0 | 11111 | 1 | 110 | 100101110 | 1000110 | 1001111 |
Color Harmonies of #EFA4ED
Complementary color
Monochromatic Colors of #EFA4ED
Black with #EFA4ED
Text Example
Text Example
White with #EFA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4ED; }
p { color: rgb(239,164,237); }
H1.HeaderClassName
{
color: #EFA4ED;
}
.AnyTagClassName
{
color: #EFA4ED;
}
</style>
background-color css
<style>
a { background-color: #EFA4ED; }
a { background-color: rgb(239,164,237); }
div.DivClassName
{
background-color: #EFA4ED;
}
.BgClassName
{
background-color: #EFA4ED;
}
</style>
border-color css
<style>
span { border-color: #EFA4ED; }
span { border-color: rgb(239,164,237); }
td.TdClassName
{
border-color: #EFA4ED;
}
.TagClassName
{
border-color: #EFA4ED;
}
</style>