Shades of Plum #EBA5E6
Tints of Plum #EBA5E6
RGB
CMYK
RGB Variations
Color information
#EBA5E6 (or 0xEBA5E6) is known color: Plum. HEX triplet: EB, A5 and E6. RGB value is (235,165,230). Sum of RGB (Red+Green+Blue) = 235+165+230=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5E6 is #145A19. Grayscale: #C1C1C1. Windows color (decimal): -1333786 or 15115755. OLE color: 15115755.
HSL color Cylindrical-coordinate representation of color #EBA5E6: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5E6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 230 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.08 |
| HSL | 304.29º | 0.64% | 0.78% | - |
| HSV(B) | 304.29º | 0.3% | 0.92% | - |
| XYZ | 62 | 50.29 | 81.3 | - |
| YUV | 193.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 230 | 0 | 0.30 | 0.02 | 0.08 | 304.29 | 0.64 | 0.78 |
| Hex | EB | A5 | E6 | 0 | 1E | 2 | 8 | 130 | 40 | 4E |
| Octal | 353 | 245 | 346 | 0 | 36 | 2 | 10 | 460 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11100110 | 0 | 11110 | 10 | 1000 | 100110000 | 1000000 | 1001110 |
Color Harmonies of #EBA5E6
Complementary color
Monochromatic Colors of #EBA5E6
Black with #EBA5E6
Text Example
Text Example
White with #EBA5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5E6; }
p { color: rgb(235,165,230); }
H1.HeaderClassName
{
color: #EBA5E6;
}
.AnyTagClassName
{
color: #EBA5E6;
}
</style>
background-color css
<style>
a { background-color: #EBA5E6; }
a { background-color: rgb(235,165,230); }
div.DivClassName
{
background-color: #EBA5E6;
}
.BgClassName
{
background-color: #EBA5E6;
}
</style>
border-color css
<style>
span { border-color: #EBA5E6; }
span { border-color: rgb(235,165,230); }
td.TdClassName
{
border-color: #EBA5E6;
}
.TagClassName
{
border-color: #EBA5E6;
}
</style>