#EBAAE4

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

Shades of Plum #EBAAE4

Tints of Plum #EBAAE4

Color information

#EBAAE4 (or 0xEBAAE4) is unknown color: approx Plum. HEX triplet: EB, AA and E4. RGB value is (235,170,228). Sum of RGB (Red+Green+Blue) = 235+170+228=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE4 is #14551B. Grayscale: #C3C3C3. Windows color (decimal): -1332508 or 14985963. OLE color: 14985963.

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

Color convert

RGB235170228-
CMYK00.280.030.08
HSL306.46º61.9%79.41%-
HSV(B)306.46º27.66%92.16%-
XYZ62.6452.0180.14-
YUV196.05146.03155.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=37.12%
G=26.86%
B=36.02%

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
Decimal23517022800.280.030.08306.4661.979.41
HexEBAAE401C381323e4f
Octal35325234403431046276117
Binary1110101110101010111001000111001110001001100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE4; }

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

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

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

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

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

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

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

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