#EAA3EB

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

Shades of Plum #EAA3EB

Tints of Plum #EAA3EB

Color information

#EAA3EB (or 0xEAA3EB) is unknown color: approx Plum. HEX triplet: EA, A3 and EB. RGB value is (234,163,235). Sum of RGB (Red+Green+Blue) = 234+163+235=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3EB is #155C14. Grayscale: #C0C0C0. Windows color (decimal): -1399829 or 15442922. OLE color: 15442922.

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

Color convert

RGB234163235-
CMYK0.000.3100.08
HSL299.17º64.29%78.04%-
HSV(B)299.17º30.64%92.16%-
XYZ62.0249.6884.92-
YUV192.44152.02157.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 163 (64.06% from 255) = 25.79%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=37.03%
G=25.79%
B=37.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341632350.000.3100.08299.1764.2978.04
HexEAA3EB01F0812b404e
Octal352243353037010453100116
Binary1110101010100011111010110111110100010010101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA3EB; }

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

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

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

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

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

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

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

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