#EAA8EB

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

Shades of Plum #EAA8EB

Tints of Plum #EAA8EB

Color information

#EAA8EB (or 0xEAA8EB) is unknown color: approx Plum. HEX triplet: EA, A8 and EB. RGB value is (234,168,235). Sum of RGB (Red+Green+Blue) = 234+168+235=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8EB is #155714. Grayscale: #C3C3C3. Windows color (decimal): -1398549 or 15444202. OLE color: 15444202.

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

Color convert

RGB234168235-
CMYK0.000.2900.08
HSL299.1º62.62%79.02%-
HSV(B)299.1º28.51%92.16%-
XYZ62.9351.585.22-
YUV195.37150.37155.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=36.73%
G=26.37%
B=36.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341682350.000.2900.08299.162.6279.02
HexEAA8EB01D0812b3f4f
Octal35225035303501045377117
Binary111010101010100011101011011101010001001010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8EB; }

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

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

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

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

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

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

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

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