Shades of Plum #EBB0EF
Tints of Plum #EBB0EF
RGB
CMYK
RGB Variations
Color information
#EBB0EF (or 0xEBB0EF) is known color: Plum. HEX triplet: EB, B0 and EF. RGB value is (235,176,239). Sum of RGB (Red+Green+Blue) = 235+176+239=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0EF is #144F10. Grayscale: #C8C8C8. Windows color (decimal): -1330961 or 15708395. OLE color: 15708395.
HSL color Cylindrical-coordinate representation of color #EBB0EF: hue angle of 296.19º 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 #EBB0EF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 176 | 239 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.06 |
| HSL | 296.19º | 0.66% | 0.81% | - |
| HSV(B) | 296.19º | 0.26% | 0.94% | - |
| XYZ | 65.37 | 54.94 | 88.82 | - |
| YUV | 200.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 239 | 0.02 | 0.26 | 0 | 0.06 | 296.19 | 0.66 | 0.81 |
| Hex | EB | B0 | EF | 2 | 1A | 0 | 6 | 128 | 42 | 51 |
| Octal | 353 | 260 | 357 | 2 | 32 | 0 | 6 | 450 | 102 | 121 |
| Binary | 11101011 | 10110000 | 11101111 | 10 | 11010 | 0 | 110 | 100101000 | 1000010 | 1010001 |
Color Harmonies of #EBB0EF
Complementary color
Monochromatic Colors of #EBB0EF
Black with #EBB0EF
Text Example
Text Example
White with #EBB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0EF; }
p { color: rgb(235,176,239); }
H1.HeaderClassName
{
color: #EBB0EF;
}
.AnyTagClassName
{
color: #EBB0EF;
}
</style>
background-color css
<style>
a { background-color: #EBB0EF; }
a { background-color: rgb(235,176,239); }
div.DivClassName
{
background-color: #EBB0EF;
}
.BgClassName
{
background-color: #EBB0EF;
}
</style>
border-color css
<style>
span { border-color: #EBB0EF; }
span { border-color: rgb(235,176,239); }
td.TdClassName
{
border-color: #EBB0EF;
}
.TagClassName
{
border-color: #EBB0EF;
}
</style>