#EBAAE5

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

Shades of Plum #EBAAE5

Tints of Plum #EBAAE5

Color information

#EBAAE5 (or 0xEBAAE5) is unknown color: approx Plum. HEX triplet: EB, AA and E5. RGB value is (235,170,229). Sum of RGB (Red+Green+Blue) = 235+170+229=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE5 is #14551A. Grayscale: #C3C3C3. Windows color (decimal): -1332507 or 15051499. OLE color: 15051499.

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

Color convert

RGB235170229-
CMYK00.280.030.08
HSL305.54º61.9%79.41%-
HSV(B)305.54º27.66%92.16%-
XYZ62.7852.0780.87-
YUV196.16146.53155.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 170 (66.80% from 255) = 26.81%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=37.07%
G=26.81%
B=36.12%

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
Decimal23517022900.280.030.08305.5461.979.41
HexEBAAE501C381323e4f
Octal35325234503431046276117
Binary1110101110101010111001010111001110001001100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE5; }

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

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

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

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

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

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

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

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