#EBAAEE

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

Shades of Plum #EBAAEE

Tints of Plum #EBAAEE

Color information

#EBAAEE (or 0xEBAAEE) is unknown color: approx Plum. HEX triplet: EB, AA and EE. RGB value is (235,170,238). Sum of RGB (Red+Green+Blue) = 235+170+238=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEE is #145511. Grayscale: #C4C4C4. Windows color (decimal): -1332498 or 15641323. OLE color: 15641323.

HSL color Cylindrical-coordinate representation of color #EBAAEE: hue angle of 297.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAAEE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235170238-
CMYK0.010.2900.07
HSL297.35º66.67%80%-
HSV(B)297.35º28.57%93.33%-
XYZ64.0752.5887.66-
YUV197.19151.03154.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=36.55%
G=26.44%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351702380.010.2900.07297.3566.6780
HexEBAAEE11D071294350
Octal35325235613507451103120
Binary111010111010101011101110111101011110010100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAEE; }

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

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

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

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

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

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

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

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