Shades of Plum #EFAAED
Tints of Plum #EFAAED
RGB
CMYK
RGB Variations
Color information
#EFAAED (or 0xEFAAED) is known color: Plum. HEX triplet: EF, AA and ED. RGB value is (239,170,237). Sum of RGB (Red+Green+Blue) = 239+170+237=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAED is #105512. Grayscale: #C6C6C6. Windows color (decimal): -1070355 or 15575791. OLE color: 15575791.
HSL color Cylindrical-coordinate representation of color #EFAAED: hue angle of 301.74º degrees, saturation: 0.68, 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 #EFAAED is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 237 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.06 |
| HSL | 301.74º | 0.68% | 0.8% | - |
| HSV(B) | 301.74º | 0.29% | 0.94% | - |
| XYZ | 65.26 | 53.21 | 86.95 | - |
| YUV | 198.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 237 | 0 | 0.29 | 0.01 | 0.06 | 301.74 | 0.68 | 0.8 |
| Hex | EF | AA | ED | 0 | 1D | 1 | 6 | 12E | 44 | 50 |
| Octal | 357 | 252 | 355 | 0 | 35 | 1 | 6 | 456 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11101101 | 0 | 11101 | 1 | 110 | 100101110 | 1000100 | 1010000 |
Color Harmonies of #EFAAED
Complementary color
Monochromatic Colors of #EFAAED
Black with #EFAAED
Text Example
Text Example
White with #EFAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAED; }
p { color: rgb(239,170,237); }
H1.HeaderClassName
{
color: #EFAAED;
}
.AnyTagClassName
{
color: #EFAAED;
}
</style>
background-color css
<style>
a { background-color: #EFAAED; }
a { background-color: rgb(239,170,237); }
div.DivClassName
{
background-color: #EFAAED;
}
.BgClassName
{
background-color: #EFAAED;
}
</style>
border-color css
<style>
span { border-color: #EFAAED; }
span { border-color: rgb(239,170,237); }
td.TdClassName
{
border-color: #EFAAED;
}
.TagClassName
{
border-color: #EFAAED;
}
</style>