#EBAAE6

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

Shades of Plum #EBAAE6

Tints of Plum #EBAAE6

Color information

#EBAAE6 (or 0xEBAAE6) is unknown color: approx Plum. HEX triplet: EB, AA and E6. RGB value is (235,170,230). Sum of RGB (Red+Green+Blue) = 235+170+230=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAE6 is #145519. Grayscale: #C4C4C4. Windows color (decimal): -1332506 or 15117035. OLE color: 15117035.

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

Color convert

RGB235170230-
CMYK00.280.020.08
HSL304.62º61.9%79.41%-
HSV(B)304.62º27.66%92.16%-
XYZ62.9252.1281.61-
YUV196.28147.03155.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=37.01%
G=26.77%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517023000.280.020.08304.6261.979.41
HexEBAAE601C281313e4f
Octal35325234603421046176117
Binary1110101110101010111001100111001010001001100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE6; }

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

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

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

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

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

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

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

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