Shades of Plum #EBA5ED
Tints of Plum #EBA5ED
RGB
CMYK
RGB Variations
Color information
#EBA5ED (or 0xEBA5ED) is known color: Plum. HEX triplet: EB, A5 and ED. RGB value is (235,165,237). Sum of RGB (Red+Green+Blue) = 235+165+237=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5ED is #145A12. Grayscale: #C1C1C1. Windows color (decimal): -1333779 or 15574507. OLE color: 15574507.
HSL color Cylindrical-coordinate representation of color #EBA5ED: hue angle of 298.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5ED is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 165 | 237 | - |
CMYK | 0.01 | 0.30 | 0 | 0.07 |
HSL | 298.33º | 0.67% | 0.79% | - |
HSV(B) | 298.33º | 0.3% | 0.93% | - |
XYZ | 63 | 50.69 | 86.58 | - |
YUV | 194.14 | 152.19 | 157.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 165 | 237 | 0.01 | 0.30 | 0 | 0.07 | 298.33 | 0.67 | 0.79 |
Hex | EB | A5 | ED | 1 | 1E | 0 | 7 | 12A | 43 | 4F |
Octal | 353 | 245 | 355 | 1 | 36 | 0 | 7 | 452 | 103 | 117 |
Binary | 11101011 | 10100101 | 11101101 | 1 | 11110 | 0 | 111 | 100101010 | 1000011 | 1001111 |
Color Harmonies of #EBA5ED
Complementary color
Monochromatic Colors of #EBA5ED
Black with #EBA5ED
Text Example
Text Example
White with #EBA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5ED; }
p { color: rgb(235,165,237); }
H1.HeaderClassName
{
color: #EBA5ED;
}
.AnyTagClassName
{
color: #EBA5ED;
}
</style>
background-color css
<style>
a { background-color: #EBA5ED; }
a { background-color: rgb(235,165,237); }
div.DivClassName
{
background-color: #EBA5ED;
}
.BgClassName
{
background-color: #EBA5ED;
}
</style>
border-color css
<style>
span { border-color: #EBA5ED; }
span { border-color: rgb(235,165,237); }
td.TdClassName
{
border-color: #EBA5ED;
}
.TagClassName
{
border-color: #EBA5ED;
}
</style>