Shades of Plum #EFABF1
Tints of Plum #EFABF1
RGB
CMYK
RGB Variations
Color information
#EFABF1 (or 0xEFABF1) is known color: Plum. HEX triplet: EF, AB and F1. RGB value is (239,171,241). Sum of RGB (Red+Green+Blue) = 239+171+241=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABF1 is #10540E. Grayscale: #C7C7C7. Windows color (decimal): -1070095 or 15838191. OLE color: 15838191.
HSL color Cylindrical-coordinate representation of color #EFABF1: hue angle of 298.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFABF1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 171 | 241 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.05 |
| HSL | 298.29º | 0.71% | 0.81% | - |
| HSV(B) | 298.29º | 0.29% | 0.95% | - |
| XYZ | 66.04 | 53.83 | 90.13 | - |
| YUV | 199.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 241 | 0.01 | 0.29 | 0 | 0.05 | 298.29 | 0.71 | 0.81 |
| Hex | EF | AB | F1 | 1 | 1D | 0 | 5 | 12A | 47 | 51 |
| Octal | 357 | 253 | 361 | 1 | 35 | 0 | 5 | 452 | 107 | 121 |
| Binary | 11101111 | 10101011 | 11110001 | 1 | 11101 | 0 | 101 | 100101010 | 1000111 | 1010001 |
Color Harmonies of #EFABF1
Complementary color
Monochromatic Colors of #EFABF1
Black with #EFABF1
Text Example
Text Example
White with #EFABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABF1; }
p { color: rgb(239,171,241); }
H1.HeaderClassName
{
color: #EFABF1;
}
.AnyTagClassName
{
color: #EFABF1;
}
</style>
background-color css
<style>
a { background-color: #EFABF1; }
a { background-color: rgb(239,171,241); }
div.DivClassName
{
background-color: #EFABF1;
}
.BgClassName
{
background-color: #EFABF1;
}
</style>
border-color css
<style>
span { border-color: #EFABF1; }
span { border-color: rgb(239,171,241); }
td.TdClassName
{
border-color: #EFABF1;
}
.TagClassName
{
border-color: #EFABF1;
}
</style>