Shades of Plum #EBA4E6
Tints of Plum #EBA4E6
RGB
CMYK
RGB Variations
Color information
#EBA4E6 (or 0xEBA4E6) is known color: Plum. HEX triplet: EB, A4 and E6. RGB value is (235,164,230). Sum of RGB (Red+Green+Blue) = 235+164+230=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4E6 is #145B19. Grayscale: #C0C0C0. Windows color (decimal): -1334042 or 15115499. OLE color: 15115499.
HSL color Cylindrical-coordinate representation of color #EBA4E6: hue angle of 304.23º 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 #EBA4E6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 230 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.08 |
| HSL | 304.23º | 0.64% | 0.78% | - |
| HSV(B) | 304.23º | 0.3% | 0.92% | - |
| XYZ | 61.82 | 49.93 | 81.24 | - |
| YUV | 192.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 230 | 0 | 0.30 | 0.02 | 0.08 | 304.23 | 0.64 | 0.78 |
| Hex | EB | A4 | E6 | 0 | 1E | 2 | 8 | 130 | 40 | 4E |
| Octal | 353 | 244 | 346 | 0 | 36 | 2 | 10 | 460 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11100110 | 0 | 11110 | 10 | 1000 | 100110000 | 1000000 | 1001110 |
Color Harmonies of #EBA4E6
Complementary color
Monochromatic Colors of #EBA4E6
Black with #EBA4E6
Text Example
Text Example
White with #EBA4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4E6; }
p { color: rgb(235,164,230); }
H1.HeaderClassName
{
color: #EBA4E6;
}
.AnyTagClassName
{
color: #EBA4E6;
}
</style>
background-color css
<style>
a { background-color: #EBA4E6; }
a { background-color: rgb(235,164,230); }
div.DivClassName
{
background-color: #EBA4E6;
}
.BgClassName
{
background-color: #EBA4E6;
}
</style>
border-color css
<style>
span { border-color: #EBA4E6; }
span { border-color: rgb(235,164,230); }
td.TdClassName
{
border-color: #EBA4E6;
}
.TagClassName
{
border-color: #EBA4E6;
}
</style>