#EBA5E9

Color #EBA5E9 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #EBA5E9

Tints of Plum #EBA5E9

Color information

#EBA5E9 (or 0xEBA5E9) is unknown color: approx Plum. HEX triplet: EB, A5 and E9. RGB value is (235,165,233). Sum of RGB (Red+Green+Blue) = 235+165+233=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5E9 is #145A16. Grayscale: #C1C1C1. Windows color (decimal): -1333783 or 15312363. OLE color: 15312363.

HSL color Cylindrical-coordinate representation of color #EBA5E9: hue angle of 301.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 #EBA5E9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235165233-
CMYK00.300.010.08
HSL301.71º63.64%78.43%-
HSV(B)301.71º29.79%92.16%-
XYZ62.4250.4683.54-
YUV193.68150.19157.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 165 (64.84% from 255) = 26.07%
BLUE value IS 233 (91.41% from 255) = 36.81%
R=37.12%
G=26.07%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516523300.300.010.08301.7163.6478.43
HexEBA5E901E1812e404e
Octal353245351036110456100116
Binary1110101110100101111010010111101100010010111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5E9; }

 p { color: rgb(235,165,233); }

 H1.HeaderClassName
 {
   color: #EBA5E9;
 }
 .AnyTagClassName
 {
   color: #EBA5E9;
 }
</style>
background-color css

<style>
 a { background-color: #EBA5E9; }

 a { background-color: rgb(235,165,233); }

 div.DivClassName
 {
   background-color: #EBA5E9;
 }
 .BgClassName
 {
   background-color: #EBA5E9;
 }
</style>
border-color css

<style>
 span { border-color: #EBA5E9; }

 span { border-color: rgb(235,165,233); }

 td.TdClassName
 {
   border-color: #EBA5E9;
 }
 .TagClassName
 {
   border-color: #EBA5E9;
 }
</style>