Shades of Plum #EBABEC
Tints of Plum #EBABEC
RGB
CMYK
RGB Variations
Color information
#EBABEC (or 0xEBABEC) is known color: Plum. HEX triplet: EB, AB and EC. RGB value is (235,171,236). Sum of RGB (Red+Green+Blue) = 235+171+236=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABEC is #145413. Grayscale: #C5C5C5. Windows color (decimal): -1332244 or 15510507. OLE color: 15510507.
HSL color Cylindrical-coordinate representation of color #EBABEC: hue angle of 299.08º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBABEC is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 171 | 236 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.07 |
| HSL | 299.08º | 0.63% | 0.8% | - |
| HSV(B) | 299.08º | 0.28% | 0.93% | - |
| XYZ | 63.96 | 52.84 | 86.19 | - |
| YUV | 197.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 236 | 0.00 | 0.28 | 0 | 0.07 | 299.08 | 0.63 | 0.8 |
| Hex | EB | AB | EC | 0 | 1C | 0 | 7 | 12B | 3F | 50 |
| Octal | 353 | 253 | 354 | 0 | 34 | 0 | 7 | 453 | 77 | 120 |
| Binary | 11101011 | 10101011 | 11101100 | 0 | 11100 | 0 | 111 | 100101011 | 111111 | 1010000 |
Color Harmonies of #EBABEC
Complementary color
Monochromatic Colors of #EBABEC
Black with #EBABEC
Text Example
Text Example
White with #EBABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABEC; }
p { color: rgb(235,171,236); }
H1.HeaderClassName
{
color: #EBABEC;
}
.AnyTagClassName
{
color: #EBABEC;
}
</style>
background-color css
<style>
a { background-color: #EBABEC; }
a { background-color: rgb(235,171,236); }
div.DivClassName
{
background-color: #EBABEC;
}
.BgClassName
{
background-color: #EBABEC;
}
</style>
border-color css
<style>
span { border-color: #EBABEC; }
span { border-color: rgb(235,171,236); }
td.TdClassName
{
border-color: #EBABEC;
}
.TagClassName
{
border-color: #EBABEC;
}
</style>