#EAB1EC

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

Shades of Plum #EAB1EC

Tints of Plum #EAB1EC

Color information

#EAB1EC (or 0xEAB1EC) is unknown color: approx Plum. HEX triplet: EA, B1 and EC. RGB value is (234,177,236). Sum of RGB (Red+Green+Blue) = 234+177+236=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1EC is #154E13. Grayscale: #C8C8C8. Windows color (decimal): -1396244 or 15512042. OLE color: 15512042.

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

Color convert

RGB234177236-
CMYK0.010.2500.07
HSL297.97º60.82%80.98%-
HSV(B)297.97º25%92.55%-
XYZ64.7954.9986.56-
YUV200.77147.88151.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 177 (69.53% from 255) = 27.36%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=36.17%
G=27.36%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341772360.010.2500.07297.9760.8280.98
HexEAB1EC1190712a3d51
Octal3522613541310745275121
Binary11101010101100011110110011100101111001010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1EC; }

 p { color: rgb(234,177,236); }

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

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

 a { background-color: rgb(234,177,236); }

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

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

 span { border-color: rgb(234,177,236); }

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