Shades of Plum #EFA1EF
Tints of Plum #EFA1EF
RGB
CMYK
RGB Variations
Color information
#EFA1EF (or 0xEFA1EF) is known color: Plum. HEX triplet: EF, A1 and EF. RGB value is (239,161,239). Sum of RGB (Red+Green+Blue) = 239+161+239=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1EF is #105E10. Grayscale: #C0C0C0. Windows color (decimal): -1072657 or 15704559. OLE color: 15704559.
HSL color Cylindrical-coordinate representation of color #EFA1EF: hue angle of 300º 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 #EFA1EF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 239 | - |
| CMYK | 0 | 0.33 | 0 | 0.06 |
| HSL | 300º | 0.71% | 0.78% | - |
| HSV(B) | 300º | 0.33% | 0.94% | - |
| XYZ | 63.92 | 50.07 | 87.96 | - |
| YUV | 193.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 239 | 0 | 0.33 | 0 | 0.06 | 300 | 0.71 | 0.78 |
| Hex | EF | A1 | EF | 0 | 21 | 0 | 6 | 12C | 47 | 4E |
| Octal | 357 | 241 | 357 | 0 | 41 | 0 | 6 | 454 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11101111 | 0 | 100001 | 0 | 110 | 100101100 | 1000111 | 1001110 |
Color Harmonies of #EFA1EF
Complementary color
Monochromatic Colors of #EFA1EF
Black with #EFA1EF
Text Example
Text Example
White with #EFA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1EF; }
p { color: rgb(239,161,239); }
H1.HeaderClassName
{
color: #EFA1EF;
}
.AnyTagClassName
{
color: #EFA1EF;
}
</style>
background-color css
<style>
a { background-color: #EFA1EF; }
a { background-color: rgb(239,161,239); }
div.DivClassName
{
background-color: #EFA1EF;
}
.BgClassName
{
background-color: #EFA1EF;
}
</style>
border-color css
<style>
span { border-color: #EFA1EF; }
span { border-color: rgb(239,161,239); }
td.TdClassName
{
border-color: #EFA1EF;
}
.TagClassName
{
border-color: #EFA1EF;
}
</style>