#EBAAEA

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

Shades of Plum #EBAAEA

Tints of Plum #EBAAEA

Color information

#EBAAEA (or 0xEBAAEA) is unknown color: approx Plum. HEX triplet: EB, AA and EA. RGB value is (235,170,234). Sum of RGB (Red+Green+Blue) = 235+170+234=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEA is #145515. Grayscale: #C4C4C4. Windows color (decimal): -1332502 or 15379179. OLE color: 15379179.

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

Color convert

RGB235170234-
CMYK00.280.000.08
HSL300.92º61.9%79.41%-
HSV(B)300.92º27.66%92.16%-
XYZ63.4952.3584.6-
YUV196.73149.03155.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=36.78%
G=26.60%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517023400.280.000.08300.9261.979.41
HexEBAAEA01C0812d3e4f
Octal35325235203401045576117
Binary111010111010101011101010011100010001001011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAEA; }

 p { color: rgb(235,170,234); }

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

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

 a { background-color: rgb(235,170,234); }

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

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

 span { border-color: rgb(235,170,234); }

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