Shades of Plum #EF9FF2
Tints of Plum #EF9FF2
RGB
CMYK
RGB Variations
Color information
#EF9FF2 (or 0xEF9FF2) is known color: Plum. HEX triplet: EF, 9F and F2. RGB value is (239,159,242). Sum of RGB (Red+Green+Blue) = 239+159+242=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FF2 is #10600D. Grayscale: #C0C0C0. Windows color (decimal): -1073166 or 15900655. OLE color: 15900655.
HSL color Cylindrical-coordinate representation of color #EF9FF2: hue angle of 297.83º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9FF2 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 159 | 242 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.05 |
| HSL | 297.83º | 0.76% | 0.79% | - |
| HSV(B) | 297.83º | 0.34% | 0.95% | - |
| XYZ | 64.02 | 49.56 | 90.2 | - |
| YUV | 192.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 242 | 0.01 | 0.34 | 0 | 0.05 | 297.83 | 0.76 | 0.79 |
| Hex | EF | 9F | F2 | 1 | 22 | 0 | 5 | 12A | 4C | 4F |
| Octal | 357 | 237 | 362 | 1 | 42 | 0 | 5 | 452 | 114 | 117 |
| Binary | 11101111 | 10011111 | 11110010 | 1 | 100010 | 0 | 101 | 100101010 | 1001100 | 1001111 |
Color Harmonies of #EF9FF2
Complementary color
Monochromatic Colors of #EF9FF2
Black with #EF9FF2
Text Example
Text Example
White with #EF9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FF2; }
p { color: rgb(239,159,242); }
H1.HeaderClassName
{
color: #EF9FF2;
}
.AnyTagClassName
{
color: #EF9FF2;
}
</style>
background-color css
<style>
a { background-color: #EF9FF2; }
a { background-color: rgb(239,159,242); }
div.DivClassName
{
background-color: #EF9FF2;
}
.BgClassName
{
background-color: #EF9FF2;
}
</style>
border-color css
<style>
span { border-color: #EF9FF2; }
span { border-color: rgb(239,159,242); }
td.TdClassName
{
border-color: #EF9FF2;
}
.TagClassName
{
border-color: #EF9FF2;
}
</style>