Shades of Plum #EFA1F7
Tints of Plum #EFA1F7
RGB
CMYK
RGB Variations
Color information
#EFA1F7 (or 0xEFA1F7) is known color: Plum. HEX triplet: EF, A1 and F7. RGB value is (239,161,247). Sum of RGB (Red+Green+Blue) = 239+161+247=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFA1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1F7 is #105E08. Grayscale: #C1C1C1. Windows color (decimal): -1072649 or 16228847. OLE color: 16228847.
HSL color Cylindrical-coordinate representation of color #EFA1F7: hue angle of 294.42º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA1F7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 161 | 247 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.03 |
| HSL | 294.42º | 0.84% | 0.8% | - |
| HSV(B) | 294.42º | 0.35% | 0.97% | - |
| XYZ | 65.13 | 50.56 | 94.32 | - |
| YUV | 194.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 247 | 0.03 | 0.35 | 0 | 0.03 | 294.42 | 0.84 | 0.8 |
| Hex | EF | A1 | F7 | 3 | 23 | 0 | 3 | 126 | 54 | 50 |
| Octal | 357 | 241 | 367 | 3 | 43 | 0 | 3 | 446 | 124 | 120 |
| Binary | 11101111 | 10100001 | 11110111 | 11 | 100011 | 0 | 11 | 100100110 | 1010100 | 1010000 |
Color Harmonies of #EFA1F7
Complementary color
Monochromatic Colors of #EFA1F7
Black with #EFA1F7
Text Example
Text Example
White with #EFA1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1F7; }
p { color: rgb(239,161,247); }
H1.HeaderClassName
{
color: #EFA1F7;
}
.AnyTagClassName
{
color: #EFA1F7;
}
</style>
background-color css
<style>
a { background-color: #EFA1F7; }
a { background-color: rgb(239,161,247); }
div.DivClassName
{
background-color: #EFA1F7;
}
.BgClassName
{
background-color: #EFA1F7;
}
</style>
border-color css
<style>
span { border-color: #EFA1F7; }
span { border-color: rgb(239,161,247); }
td.TdClassName
{
border-color: #EFA1F7;
}
.TagClassName
{
border-color: #EFA1F7;
}
</style>