Shades of Plum #EFA8F0
Tints of Plum #EFA8F0
RGB
CMYK
RGB Variations
Color information
#EFA8F0 (or 0xEFA8F0) is known color: Plum. HEX triplet: EF, A8 and F0. RGB value is (239,168,240). Sum of RGB (Red+Green+Blue) = 239+168+240=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFA8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F0 is #10570F. Grayscale: #C5C5C5. Windows color (decimal): -1070864 or 15771887. OLE color: 15771887.
HSL color Cylindrical-coordinate representation of color #EFA8F0: hue angle of 299.17º degrees, saturation: 0.71, 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 #EFA8F0 is Cyan = 0.00, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 240 | - |
| CMYK | 0.00 | 0.3 | 0 | 0.06 |
| HSL | 299.17º | 0.71% | 0.8% | - |
| HSV(B) | 299.17º | 0.3% | 0.94% | - |
| XYZ | 65.33 | 52.65 | 89.16 | - |
| YUV | 197.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 240 | 0.00 | 0.3 | 0 | 0.06 | 299.17 | 0.71 | 0.8 |
| Hex | EF | A8 | F0 | 0 | 1E | 0 | 6 | 12B | 47 | 50 |
| Octal | 357 | 250 | 360 | 0 | 36 | 0 | 6 | 453 | 107 | 120 |
| Binary | 11101111 | 10101000 | 11110000 | 0 | 11110 | 0 | 110 | 100101011 | 1000111 | 1010000 |
Color Harmonies of #EFA8F0
Complementary color
Monochromatic Colors of #EFA8F0
Black with #EFA8F0
Text Example
Text Example
White with #EFA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8F0; }
p { color: rgb(239,168,240); }
H1.HeaderClassName
{
color: #EFA8F0;
}
.AnyTagClassName
{
color: #EFA8F0;
}
</style>
background-color css
<style>
a { background-color: #EFA8F0; }
a { background-color: rgb(239,168,240); }
div.DivClassName
{
background-color: #EFA8F0;
}
.BgClassName
{
background-color: #EFA8F0;
}
</style>
border-color css
<style>
span { border-color: #EFA8F0; }
span { border-color: rgb(239,168,240); }
td.TdClassName
{
border-color: #EFA8F0;
}
.TagClassName
{
border-color: #EFA8F0;
}
</style>