#EAB3EF

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

Shades of Plum #EAB3EF

Tints of Plum #EAB3EF

Color information

#EAB3EF (or 0xEAB3EF) is unknown color: approx Plum. HEX triplet: EA, B3 and EF. RGB value is (234,179,239). Sum of RGB (Red+Green+Blue) = 234+179+239=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3EF is #154C10. Grayscale: #CACACA. Windows color (decimal): -1395729 or 15709162. OLE color: 15709162.

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

Color convert

RGB234179239-
CMYK0.020.2500.06
HSL295º65.22%81.96%-
HSV(B)295º25.1%93.73%-
XYZ65.6355.9689-
YUV202.28148.72150.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 179 (70.31% from 255) = 27.45%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=35.89%
G=27.45%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341792390.020.2500.0629565.2281.96
HexEAB3EF219061274152
Octal35226335723106447101122
Binary1110101010110011111011111011001011010010011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3EF; }

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

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

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

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

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

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

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

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