Shades of Plum #EBB1EE
Tints of Plum #EBB1EE
RGB
CMYK
RGB Variations
Color information
#EBB1EE (or 0xEBB1EE) is known color: Plum. HEX triplet: EB, B1 and EE. RGB value is (235,177,238). Sum of RGB (Red+Green+Blue) = 235+177+238=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1EE is #144E11. Grayscale: #C9C9C9. Windows color (decimal): -1330706 or 15643115. OLE color: 15643115.
HSL color Cylindrical-coordinate representation of color #EBB1EE: hue angle of 297.05º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB1EE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 177 | 238 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.07 |
| HSL | 297.05º | 0.64% | 0.81% | - |
| HSV(B) | 297.05º | 0.26% | 0.93% | - |
| XYZ | 65.42 | 55.28 | 88.11 | - |
| YUV | 201.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 238 | 0.01 | 0.26 | 0 | 0.07 | 297.05 | 0.64 | 0.81 |
| Hex | EB | B1 | EE | 1 | 1A | 0 | 7 | 129 | 40 | 51 |
| Octal | 353 | 261 | 356 | 1 | 32 | 0 | 7 | 451 | 100 | 121 |
| Binary | 11101011 | 10110001 | 11101110 | 1 | 11010 | 0 | 111 | 100101001 | 1000000 | 1010001 |
Color Harmonies of #EBB1EE
Complementary color
Monochromatic Colors of #EBB1EE
Black with #EBB1EE
Text Example
Text Example
White with #EBB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1EE; }
p { color: rgb(235,177,238); }
H1.HeaderClassName
{
color: #EBB1EE;
}
.AnyTagClassName
{
color: #EBB1EE;
}
</style>
background-color css
<style>
a { background-color: #EBB1EE; }
a { background-color: rgb(235,177,238); }
div.DivClassName
{
background-color: #EBB1EE;
}
.BgClassName
{
background-color: #EBB1EE;
}
</style>
border-color css
<style>
span { border-color: #EBB1EE; }
span { border-color: rgb(235,177,238); }
td.TdClassName
{
border-color: #EBB1EE;
}
.TagClassName
{
border-color: #EBB1EE;
}
</style>