Shades of Plum #EFA8ED
Tints of Plum #EFA8ED
RGB
CMYK
RGB Variations
Color information
#EFA8ED (or 0xEFA8ED) is known color: Plum. HEX triplet: EF, A8 and ED. RGB value is (239,168,237). Sum of RGB (Red+Green+Blue) = 239+168+237=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8ED is #105712. Grayscale: #C4C4C4. Windows color (decimal): -1070867 or 15575279. OLE color: 15575279.
HSL color Cylindrical-coordinate representation of color #EFA8ED: hue angle of 301.69º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8ED is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 237 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.06 |
| HSL | 301.69º | 0.69% | 0.8% | - |
| HSV(B) | 301.69º | 0.3% | 0.94% | - |
| XYZ | 64.89 | 52.47 | 86.83 | - |
| YUV | 197.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 237 | 0 | 0.30 | 0.01 | 0.06 | 301.69 | 0.69 | 0.8 |
| Hex | EF | A8 | ED | 0 | 1E | 1 | 6 | 12E | 45 | 50 |
| Octal | 357 | 250 | 355 | 0 | 36 | 1 | 6 | 456 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11101101 | 0 | 11110 | 1 | 110 | 100101110 | 1000101 | 1010000 |
Color Harmonies of #EFA8ED
Complementary color
Monochromatic Colors of #EFA8ED
Black with #EFA8ED
Text Example
Text Example
White with #EFA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8ED; }
p { color: rgb(239,168,237); }
H1.HeaderClassName
{
color: #EFA8ED;
}
.AnyTagClassName
{
color: #EFA8ED;
}
</style>
background-color css
<style>
a { background-color: #EFA8ED; }
a { background-color: rgb(239,168,237); }
div.DivClassName
{
background-color: #EFA8ED;
}
.BgClassName
{
background-color: #EFA8ED;
}
</style>
border-color css
<style>
span { border-color: #EFA8ED; }
span { border-color: rgb(239,168,237); }
td.TdClassName
{
border-color: #EFA8ED;
}
.TagClassName
{
border-color: #EFA8ED;
}
</style>