Shades of Plum #EF9EF1
Tints of Plum #EF9EF1
RGB
CMYK
RGB Variations
Color information
#EF9EF1 (or 0xEF9EF1) is known color: Plum. HEX triplet: EF, 9E and F1. RGB value is (239,158,241). Sum of RGB (Red+Green+Blue) = 239+158+241=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF9EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EF1 is #10610E. Grayscale: #BFBFBF. Windows color (decimal): -1073423 or 15834863. OLE color: 15834863.
HSL color Cylindrical-coordinate representation of color #EF9EF1: hue angle of 298.55º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EF1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 158 | 241 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.05 |
| HSL | 298.55º | 0.75% | 0.78% | - |
| HSV(B) | 298.55º | 0.34% | 0.95% | - |
| XYZ | 63.7 | 49.16 | 89.35 | - |
| YUV | 191.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 241 | 0.01 | 0.34 | 0 | 0.05 | 298.55 | 0.75 | 0.78 |
| Hex | EF | 9E | F1 | 1 | 22 | 0 | 5 | 12B | 4B | 4E |
| Octal | 357 | 236 | 361 | 1 | 42 | 0 | 5 | 453 | 113 | 116 |
| Binary | 11101111 | 10011110 | 11110001 | 1 | 100010 | 0 | 101 | 100101011 | 1001011 | 1001110 |
Color Harmonies of #EF9EF1
Complementary color
Monochromatic Colors of #EF9EF1
Black with #EF9EF1
Text Example
Text Example
White with #EF9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EF1; }
p { color: rgb(239,158,241); }
H1.HeaderClassName
{
color: #EF9EF1;
}
.AnyTagClassName
{
color: #EF9EF1;
}
</style>
background-color css
<style>
a { background-color: #EF9EF1; }
a { background-color: rgb(239,158,241); }
div.DivClassName
{
background-color: #EF9EF1;
}
.BgClassName
{
background-color: #EF9EF1;
}
</style>
border-color css
<style>
span { border-color: #EF9EF1; }
span { border-color: rgb(239,158,241); }
td.TdClassName
{
border-color: #EF9EF1;
}
.TagClassName
{
border-color: #EF9EF1;
}
</style>