#EBAAE7

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

Shades of Plum #EBAAE7

Tints of Plum #EBAAE7

Color information

#EBAAE7 (or 0xEBAAE7) is unknown color: approx Plum. HEX triplet: EB, AA and E7. RGB value is (235,170,231). Sum of RGB (Red+Green+Blue) = 235+170+231=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAE7 is #145518. Grayscale: #C4C4C4. Windows color (decimal): -1332505 or 15182571. OLE color: 15182571.

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

Color convert

RGB235170231-
CMYK00.280.020.08
HSL303.69º61.9%79.41%-
HSV(B)303.69º27.66%92.16%-
XYZ63.0652.1882.35-
YUV196.39147.53155.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 231 (90.62% from 255) = 36.32%
R=36.95%
G=26.73%
B=36.32%

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
Decimal23517023100.280.020.08303.6961.979.41
HexEBAAE701C281303e4f
Octal35325234703421046076117
Binary1110101110101010111001110111001010001001100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE7; }

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

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

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

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

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

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

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

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