Shades of Plum #EFB0EF
Tints of Plum #EFB0EF
RGB
CMYK
RGB Variations
Color information
#EFB0EF (or 0xEFB0EF) is known color: Plum. HEX triplet: EF, B0 and EF. RGB value is (239,176,239). Sum of RGB (Red+Green+Blue) = 239+176+239=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0EF is #104F10. Grayscale: #C9C9C9. Windows color (decimal): -1068817 or 15708399. OLE color: 15708399.
HSL color Cylindrical-coordinate representation of color #EFB0EF: hue angle of 300º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0EF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 239 | - |
| CMYK | 0 | 0.26 | 0 | 0.06 |
| HSL | 300º | 0.66% | 0.81% | - |
| HSV(B) | 300º | 0.26% | 0.94% | - |
| XYZ | 66.7 | 55.63 | 88.88 | - |
| YUV | 202.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 239 | 0 | 0.26 | 0 | 0.06 | 300 | 0.66 | 0.81 |
| Hex | EF | B0 | EF | 0 | 1A | 0 | 6 | 12C | 42 | 51 |
| Octal | 357 | 260 | 357 | 0 | 32 | 0 | 6 | 454 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11101111 | 0 | 11010 | 0 | 110 | 100101100 | 1000010 | 1010001 |
Color Harmonies of #EFB0EF
Complementary color
Monochromatic Colors of #EFB0EF
Black with #EFB0EF
Text Example
Text Example
White with #EFB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0EF; }
p { color: rgb(239,176,239); }
H1.HeaderClassName
{
color: #EFB0EF;
}
.AnyTagClassName
{
color: #EFB0EF;
}
</style>
background-color css
<style>
a { background-color: #EFB0EF; }
a { background-color: rgb(239,176,239); }
div.DivClassName
{
background-color: #EFB0EF;
}
.BgClassName
{
background-color: #EFB0EF;
}
</style>
border-color css
<style>
span { border-color: #EFB0EF; }
span { border-color: rgb(239,176,239); }
td.TdClassName
{
border-color: #EFB0EF;
}
.TagClassName
{
border-color: #EFB0EF;
}
</style>