Shades of Plum #EFA7F0
Tints of Plum #EFA7F0
RGB
CMYK
RGB Variations
Color information
#EFA7F0 (or 0xEFA7F0) is known color: Plum. HEX triplet: EF, A7 and F0. RGB value is (239,167,240). Sum of RGB (Red+Green+Blue) = 239+167+240=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 167 (65.62% from 255 or 25.85% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFA7F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7F0 is #10580F. Grayscale: #C4C4C4. Windows color (decimal): -1071120 or 15771631. OLE color: 15771631.
HSL color Cylindrical-coordinate representation of color #EFA7F0: hue angle of 299.18º 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 #EFA7F0 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 240 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.06 |
| HSL | 299.18º | 0.71% | 0.8% | - |
| HSV(B) | 299.18º | 0.3% | 0.94% | - |
| XYZ | 65.14 | 52.28 | 89.1 | - |
| YUV | 196.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 240 | 0.00 | 0.30 | 0 | 0.06 | 299.18 | 0.71 | 0.8 |
| Hex | EF | A7 | F0 | 0 | 1E | 0 | 6 | 12B | 47 | 50 |
| Octal | 357 | 247 | 360 | 0 | 36 | 0 | 6 | 453 | 107 | 120 |
| Binary | 11101111 | 10100111 | 11110000 | 0 | 11110 | 0 | 110 | 100101011 | 1000111 | 1010000 |
Color Harmonies of #EFA7F0
Complementary color
Monochromatic Colors of #EFA7F0
Black with #EFA7F0
Text Example
Text Example
White with #EFA7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7F0; }
p { color: rgb(239,167,240); }
H1.HeaderClassName
{
color: #EFA7F0;
}
.AnyTagClassName
{
color: #EFA7F0;
}
</style>
background-color css
<style>
a { background-color: #EFA7F0; }
a { background-color: rgb(239,167,240); }
div.DivClassName
{
background-color: #EFA7F0;
}
.BgClassName
{
background-color: #EFA7F0;
}
</style>
border-color css
<style>
span { border-color: #EFA7F0; }
span { border-color: rgb(239,167,240); }
td.TdClassName
{
border-color: #EFA7F0;
}
.TagClassName
{
border-color: #EFA7F0;
}
</style>