#EBAAEB

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

Shades of Plum #EBAAEB

Tints of Plum #EBAAEB

Color information

#EBAAEB (or 0xEBAAEB) is unknown color: approx Plum. HEX triplet: EB, AA and EB. RGB value is (235,170,235). Sum of RGB (Red+Green+Blue) = 235+170+235=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEB is #145514. Grayscale: #C4C4C4. Windows color (decimal): -1332501 or 15444715. OLE color: 15444715.

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

Color convert

RGB235170235-
CMYK00.2800.08
HSL300º61.9%79.41%-
HSV(B)300º27.66%92.16%-
XYZ63.6352.4185.36-
YUV196.84149.53155.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=36.72%
G=26.56%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517023500.2800.0830061.979.41
HexEBAAEB01C0812c3e4f
Octal35325235303401045476117
Binary111010111010101011101011011100010001001011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAEB; }

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

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

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

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

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

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

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

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