Shades of Plum #EFB0F0
Tints of Plum #EFB0F0
RGB
CMYK
RGB Variations
Color information
#EFB0F0 (or 0xEFB0F0) is known color: Plum. HEX triplet: EF, B0 and F0. RGB value is (239,176,240). Sum of RGB (Red+Green+Blue) = 239+176+240=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFB0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0F0 is #104F0F. Grayscale: #C9C9C9. Windows color (decimal): -1068816 or 15773935. OLE color: 15773935.
HSL color Cylindrical-coordinate representation of color #EFB0F0: hue angle of 299.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB0F0 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 240 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.06 |
| HSL | 299.06º | 0.68% | 0.82% | - |
| HSV(B) | 299.06º | 0.27% | 0.94% | - |
| XYZ | 66.85 | 55.69 | 89.66 | - |
| YUV | 202.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 240 | 0.00 | 0.27 | 0 | 0.06 | 299.06 | 0.68 | 0.82 |
| Hex | EF | B0 | F0 | 0 | 1B | 0 | 6 | 12B | 44 | 52 |
| Octal | 357 | 260 | 360 | 0 | 33 | 0 | 6 | 453 | 104 | 122 |
| Binary | 11101111 | 10110000 | 11110000 | 0 | 11011 | 0 | 110 | 100101011 | 1000100 | 1010010 |
Color Harmonies of #EFB0F0
Complementary color
Monochromatic Colors of #EFB0F0
Black with #EFB0F0
Text Example
Text Example
White with #EFB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0F0; }
p { color: rgb(239,176,240); }
H1.HeaderClassName
{
color: #EFB0F0;
}
.AnyTagClassName
{
color: #EFB0F0;
}
</style>
background-color css
<style>
a { background-color: #EFB0F0; }
a { background-color: rgb(239,176,240); }
div.DivClassName
{
background-color: #EFB0F0;
}
.BgClassName
{
background-color: #EFB0F0;
}
</style>
border-color css
<style>
span { border-color: #EFB0F0; }
span { border-color: rgb(239,176,240); }
td.TdClassName
{
border-color: #EFB0F0;
}
.TagClassName
{
border-color: #EFB0F0;
}
</style>