#EBA9E5

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

Shades of Plum #EBA9E5

Tints of Plum #EBA9E5

Color information

#EBA9E5 (or 0xEBA9E5) is unknown color: approx Plum. HEX triplet: EB, A9 and E5. RGB value is (235,169,229). Sum of RGB (Red+Green+Blue) = 235+169+229=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E5 is #14561A. Grayscale: #C3C3C3. Windows color (decimal): -1332763 or 15051243. OLE color: 15051243.

HSL color Cylindrical-coordinate representation of color #EBA9E5: hue angle of 305.45º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9E5 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235169229-
CMYK00.280.030.08
HSL305.45º62.26%79.22%-
HSV(B)305.45º28.09%92.16%-
XYZ62.5951.780.81-
YUV195.57146.87156.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 169 (66.41% from 255) = 26.70%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=37.12%
G=26.70%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516922900.280.030.08305.4562.2679.22
HexEBA9E501C381313e4f
Octal35325134503431046176117
Binary1110101110101001111001010111001110001001100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9E5; }

 p { color: rgb(235,169,229); }

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

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

 a { background-color: rgb(235,169,229); }

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

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

 span { border-color: rgb(235,169,229); }

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