Shades of Plum #EFA0F2
Tints of Plum #EFA0F2
RGB
CMYK
RGB Variations
Color information
#EFA0F2 (or 0xEFA0F2) is known color: Plum. HEX triplet: EF, A0 and F2. RGB value is (239,160,242). Sum of RGB (Red+Green+Blue) = 239+160+242=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 160 (62.89% from 255 or 24.96% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFA0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0F2 is #105F0D. Grayscale: #C0C0C0. Windows color (decimal): -1072910 or 15900911. OLE color: 15900911.
HSL color Cylindrical-coordinate representation of color #EFA0F2: hue angle of 297.8º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA0F2 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 160 | 242 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.05 |
| HSL | 297.8º | 0.76% | 0.79% | - |
| HSV(B) | 297.8º | 0.34% | 0.95% | - |
| XYZ | 64.19 | 49.9 | 90.25 | - |
| YUV | 192.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 242 | 0.01 | 0.34 | 0 | 0.05 | 297.8 | 0.76 | 0.79 |
| Hex | EF | A0 | F2 | 1 | 22 | 0 | 5 | 12A | 4C | 4F |
| Octal | 357 | 240 | 362 | 1 | 42 | 0 | 5 | 452 | 114 | 117 |
| Binary | 11101111 | 10100000 | 11110010 | 1 | 100010 | 0 | 101 | 100101010 | 1001100 | 1001111 |
Color Harmonies of #EFA0F2
Complementary color
Monochromatic Colors of #EFA0F2
Black with #EFA0F2
Text Example
Text Example
White with #EFA0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0F2; }
p { color: rgb(239,160,242); }
H1.HeaderClassName
{
color: #EFA0F2;
}
.AnyTagClassName
{
color: #EFA0F2;
}
</style>
background-color css
<style>
a { background-color: #EFA0F2; }
a { background-color: rgb(239,160,242); }
div.DivClassName
{
background-color: #EFA0F2;
}
.BgClassName
{
background-color: #EFA0F2;
}
</style>
border-color css
<style>
span { border-color: #EFA0F2; }
span { border-color: rgb(239,160,242); }
td.TdClassName
{
border-color: #EFA0F2;
}
.TagClassName
{
border-color: #EFA0F2;
}
</style>