Shades of Plum #EBA4E4
Tints of Plum #EBA4E4
RGB
CMYK
RGB Variations
Color information
#EBA4E4 (or 0xEBA4E4) is known color: Plum. HEX triplet: EB, A4 and E4. RGB value is (235,164,228). Sum of RGB (Red+Green+Blue) = 235+164+228=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4E4 is #145B1B. Grayscale: #C0C0C0. Windows color (decimal): -1334044 or 14984427. OLE color: 14984427.
HSL color Cylindrical-coordinate representation of color #EBA4E4: hue angle of 305.92º 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 #EBA4E4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 228 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.08 |
| HSL | 305.92º | 0.64% | 0.78% | - |
| HSV(B) | 305.92º | 0.3% | 0.92% | - |
| XYZ | 61.54 | 49.81 | 79.77 | - |
| YUV | 192.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 228 | 0 | 0.30 | 0.03 | 0.08 | 305.92 | 0.64 | 0.78 |
| Hex | EB | A4 | E4 | 0 | 1E | 3 | 8 | 132 | 40 | 4E |
| Octal | 353 | 244 | 344 | 0 | 36 | 3 | 10 | 462 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11100100 | 0 | 11110 | 11 | 1000 | 100110010 | 1000000 | 1001110 |
Color Harmonies of #EBA4E4
Complementary color
Monochromatic Colors of #EBA4E4
Black with #EBA4E4
Text Example
Text Example
White with #EBA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4E4; }
p { color: rgb(235,164,228); }
H1.HeaderClassName
{
color: #EBA4E4;
}
.AnyTagClassName
{
color: #EBA4E4;
}
</style>
background-color css
<style>
a { background-color: #EBA4E4; }
a { background-color: rgb(235,164,228); }
div.DivClassName
{
background-color: #EBA4E4;
}
.BgClassName
{
background-color: #EBA4E4;
}
</style>
border-color css
<style>
span { border-color: #EBA4E4; }
span { border-color: rgb(235,164,228); }
td.TdClassName
{
border-color: #EBA4E4;
}
.TagClassName
{
border-color: #EBA4E4;
}
</style>