#EBABED

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

Shades of Plum #EBABED

Tints of Plum #EBABED

Color information

#EBABED (or 0xEBABED) is unknown color: approx Plum. HEX triplet: EB, AB and ED. RGB value is (235,171,237). Sum of RGB (Red+Green+Blue) = 235+171+237=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABED is #145412. Grayscale: #C5C5C5. Windows color (decimal): -1332243 or 15576043. OLE color: 15576043.

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

Color convert

RGB235171237-
CMYK0.010.2800.07
HSL298.18º64.71%80%-
HSV(B)298.18º27.85%92.94%-
XYZ64.1152.986.95-
YUV197.66150.2154.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=36.55%
G=26.59%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351712370.010.2800.07298.1864.7180
HexEBABED11C0712a4150
Octal35325335513407452101120
Binary111010111010101111101101111100011110010101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABED; }

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

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

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

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

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

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

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

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