Shades of Plum #EBADEC
Tints of Plum #EBADEC
RGB
CMYK
RGB Variations
Color information
#EBADEC (or 0xEBADEC) is known color: Plum. HEX triplet: EB, AD and EC. RGB value is (235,173,236). Sum of RGB (Red+Green+Blue) = 235+173+236=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADEC is #145213. Grayscale: #C6C6C6. Windows color (decimal): -1331732 or 15511019. OLE color: 15511019.
HSL color Cylindrical-coordinate representation of color #EBADEC: hue angle of 299.05º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBADEC is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 173 | 236 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.07 |
| HSL | 299.05º | 0.62% | 0.8% | - |
| HSV(B) | 299.05º | 0.27% | 0.93% | - |
| XYZ | 64.34 | 53.61 | 86.31 | - |
| YUV | 198.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 236 | 0.00 | 0.27 | 0 | 0.07 | 299.05 | 0.62 | 0.8 |
| Hex | EB | AD | EC | 0 | 1B | 0 | 7 | 12B | 3E | 50 |
| Octal | 353 | 255 | 354 | 0 | 33 | 0 | 7 | 453 | 76 | 120 |
| Binary | 11101011 | 10101101 | 11101100 | 0 | 11011 | 0 | 111 | 100101011 | 111110 | 1010000 |
Color Harmonies of #EBADEC
Complementary color
Monochromatic Colors of #EBADEC
Black with #EBADEC
Text Example
Text Example
White with #EBADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADEC; }
p { color: rgb(235,173,236); }
H1.HeaderClassName
{
color: #EBADEC;
}
.AnyTagClassName
{
color: #EBADEC;
}
</style>
background-color css
<style>
a { background-color: #EBADEC; }
a { background-color: rgb(235,173,236); }
div.DivClassName
{
background-color: #EBADEC;
}
.BgClassName
{
background-color: #EBADEC;
}
</style>
border-color css
<style>
span { border-color: #EBADEC; }
span { border-color: rgb(235,173,236); }
td.TdClassName
{
border-color: #EBADEC;
}
.TagClassName
{
border-color: #EBADEC;
}
</style>