#EBA5E8

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

Shades of Plum #EBA5E8

Tints of Plum #EBA5E8

Color information

#EBA5E8 (or 0xEBA5E8) is unknown color: approx Plum. HEX triplet: EB, A5 and E8. RGB value is (235,165,232). Sum of RGB (Red+Green+Blue) = 235+165+232=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5E8 is #145A17. Grayscale: #C1C1C1. Windows color (decimal): -1333784 or 15246827. OLE color: 15246827.

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

Color convert

RGB235165232-
CMYK00.300.010.08
HSL302.57º63.64%78.43%-
HSV(B)302.57º29.79%92.16%-
XYZ62.2850.482.79-
YUV193.57149.69157.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 165 (64.84% from 255) = 26.11%
BLUE value IS 232 (91.02% from 255) = 36.71%
R=37.18%
G=26.11%
B=36.71%

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
Decimal23516523200.300.010.08302.5763.6478.43
HexEBA5E801E1812f404e
Octal353245350036110457100116
Binary1110101110100101111010000111101100010010111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5E8; }

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

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

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

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

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

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

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

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