#EBABEA

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

Shades of Plum #EBABEA

Tints of Plum #EBABEA

Color information

#EBABEA (or 0xEBABEA) is unknown color: approx Plum. HEX triplet: EB, AB and EA. RGB value is (235,171,234). Sum of RGB (Red+Green+Blue) = 235+171+234=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABEA is #145415. Grayscale: #C5C5C5. Windows color (decimal): -1332246 or 15379435. OLE color: 15379435.

HSL color Cylindrical-coordinate representation of color #EBABEA: hue angle of 300.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABEA is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235171234-
CMYK00.270.000.08
HSL300.94º61.54%79.61%-
HSV(B)300.94º27.23%92.16%-
XYZ63.6852.7384.66-
YUV197.32148.7154.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=36.72%
G=26.72%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517123400.270.000.08300.9461.5479.61
HexEBABEA01B0812d3e50
Octal35325335203301045576120
Binary111010111010101111101010011011010001001011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABEA; }

 p { color: rgb(235,171,234); }

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

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

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

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

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

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

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