Shades of Plum #EBA5E2
Tints of Plum #EBA5E2
RGB
CMYK
RGB Variations
Color information
#EBA5E2 (or 0xEBA5E2) is known color: Plum. HEX triplet: EB, A5 and E2. RGB value is (235,165,226). Sum of RGB (Red+Green+Blue) = 235+165+226=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5E2 is #145A1D. Grayscale: #C0C0C0. Windows color (decimal): -1333790 or 14853611. OLE color: 14853611.
HSL color Cylindrical-coordinate representation of color #EBA5E2: hue angle of 307.71º 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 #EBA5E2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 226 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.08 |
| HSL | 307.71º | 0.64% | 0.78% | - |
| HSV(B) | 307.71º | 0.3% | 0.92% | - |
| XYZ | 61.44 | 50.06 | 78.38 | - |
| YUV | 192.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 226 | 0 | 0.30 | 0.04 | 0.08 | 307.71 | 0.64 | 0.78 |
| Hex | EB | A5 | E2 | 0 | 1E | 4 | 8 | 134 | 40 | 4E |
| Octal | 353 | 245 | 342 | 0 | 36 | 4 | 10 | 464 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11100010 | 0 | 11110 | 100 | 1000 | 100110100 | 1000000 | 1001110 |
Color Harmonies of #EBA5E2
Complementary color
Monochromatic Colors of #EBA5E2
Black with #EBA5E2
Text Example
Text Example
White with #EBA5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5E2; }
p { color: rgb(235,165,226); }
H1.HeaderClassName
{
color: #EBA5E2;
}
.AnyTagClassName
{
color: #EBA5E2;
}
</style>
background-color css
<style>
a { background-color: #EBA5E2; }
a { background-color: rgb(235,165,226); }
div.DivClassName
{
background-color: #EBA5E2;
}
.BgClassName
{
background-color: #EBA5E2;
}
</style>
border-color css
<style>
span { border-color: #EBA5E2; }
span { border-color: rgb(235,165,226); }
td.TdClassName
{
border-color: #EBA5E2;
}
.TagClassName
{
border-color: #EBA5E2;
}
</style>