Shades of Plum #EFB3F2
Tints of Plum #EFB3F2
RGB
CMYK
RGB Variations
Color information
#EFB3F2 (or 0xEFB3F2) is known color: Plum. HEX triplet: EF, B3 and F2. RGB value is (239,179,242). Sum of RGB (Red+Green+Blue) = 239+179+242=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3F2 is #104C0D. Grayscale: #CBCBCB. Windows color (decimal): -1068046 or 15905775. OLE color: 15905775.
HSL color Cylindrical-coordinate representation of color #EFB3F2: hue angle of 297.14º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB3F2 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 179 | 242 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.05 |
| HSL | 297.14º | 0.71% | 0.83% | - |
| HSV(B) | 297.14º | 0.26% | 0.95% | - |
| XYZ | 67.74 | 57 | 91.44 | - |
| YUV | 204.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 242 | 0.01 | 0.26 | 0 | 0.05 | 297.14 | 0.71 | 0.83 |
| Hex | EF | B3 | F2 | 1 | 1A | 0 | 5 | 129 | 47 | 53 |
| Octal | 357 | 263 | 362 | 1 | 32 | 0 | 5 | 451 | 107 | 123 |
| Binary | 11101111 | 10110011 | 11110010 | 1 | 11010 | 0 | 101 | 100101001 | 1000111 | 1010011 |
Color Harmonies of #EFB3F2
Complementary color
Monochromatic Colors of #EFB3F2
Black with #EFB3F2
Text Example
Text Example
White with #EFB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3F2; }
p { color: rgb(239,179,242); }
H1.HeaderClassName
{
color: #EFB3F2;
}
.AnyTagClassName
{
color: #EFB3F2;
}
</style>
background-color css
<style>
a { background-color: #EFB3F2; }
a { background-color: rgb(239,179,242); }
div.DivClassName
{
background-color: #EFB3F2;
}
.BgClassName
{
background-color: #EFB3F2;
}
</style>
border-color css
<style>
span { border-color: #EFB3F2; }
span { border-color: rgb(239,179,242); }
td.TdClassName
{
border-color: #EFB3F2;
}
.TagClassName
{
border-color: #EFB3F2;
}
</style>