#EAB0EF

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

Shades of Plum #EAB0EF

Tints of Plum #EAB0EF

Color information

#EAB0EF (or 0xEAB0EF) is unknown color: approx Plum. HEX triplet: EA, B0 and EF. RGB value is (234,176,239). Sum of RGB (Red+Green+Blue) = 234+176+239=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0EF is #154F10. Grayscale: #C8C8C8. Windows color (decimal): -1396497 or 15708394. OLE color: 15708394.

HSL color Cylindrical-coordinate representation of color #EAB0EF: hue angle of 295.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB0EF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234176239-
CMYK0.020.2600.06
HSL295.24º66.32%81.37%-
HSV(B)295.24º26.36%93.73%-
XYZ65.0454.7888.81-
YUV200.52149.72151.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 176 (69.14% from 255) = 27.12%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=36.06%
G=27.12%
B=36.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341762390.020.2600.06295.2466.3281.37
HexEAB0EF21A061274251
Octal35226035723206447102121
Binary1110101010110000111011111011010011010010011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0EF; }

 p { color: rgb(234,176,239); }

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

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

 a { background-color: rgb(234,176,239); }

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

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

 span { border-color: rgb(234,176,239); }

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