Shades of Plum #EFADF1
Tints of Plum #EFADF1
RGB
CMYK
RGB Variations
Color information
#EFADF1 (or 0xEFADF1) is known color: Plum. HEX triplet: EF, AD and F1. RGB value is (239,173,241). Sum of RGB (Red+Green+Blue) = 239+173+241=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFADF1 is #10520E. Grayscale: #C8C8C8. Windows color (decimal): -1069583 or 15838703. OLE color: 15838703.
HSL color Cylindrical-coordinate representation of color #EFADF1: hue angle of 298.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADF1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 173 | 241 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.05 |
| HSL | 298.24º | 0.71% | 0.81% | - |
| HSV(B) | 298.24º | 0.28% | 0.95% | - |
| XYZ | 66.42 | 54.59 | 90.26 | - |
| YUV | 200.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 241 | 0.01 | 0.28 | 0 | 0.05 | 298.24 | 0.71 | 0.81 |
| Hex | EF | AD | F1 | 1 | 1C | 0 | 5 | 12A | 47 | 51 |
| Octal | 357 | 255 | 361 | 1 | 34 | 0 | 5 | 452 | 107 | 121 |
| Binary | 11101111 | 10101101 | 11110001 | 1 | 11100 | 0 | 101 | 100101010 | 1000111 | 1010001 |
Color Harmonies of #EFADF1
Complementary color
Monochromatic Colors of #EFADF1
Black with #EFADF1
Text Example
Text Example
White with #EFADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADF1; }
p { color: rgb(239,173,241); }
H1.HeaderClassName
{
color: #EFADF1;
}
.AnyTagClassName
{
color: #EFADF1;
}
</style>
background-color css
<style>
a { background-color: #EFADF1; }
a { background-color: rgb(239,173,241); }
div.DivClassName
{
background-color: #EFADF1;
}
.BgClassName
{
background-color: #EFADF1;
}
</style>
border-color css
<style>
span { border-color: #EFADF1; }
span { border-color: rgb(239,173,241); }
td.TdClassName
{
border-color: #EFADF1;
}
.TagClassName
{
border-color: #EFADF1;
}
</style>