#EAA0EB

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

Shades of Plum #EAA0EB

Tints of Plum #EAA0EB

Color information

#EAA0EB (or 0xEAA0EB) is unknown color: approx Plum. HEX triplet: EA, A0 and EB. RGB value is (234,160,235). Sum of RGB (Red+Green+Blue) = 234+160+235=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAA0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0EB is #155F14. Grayscale: #BEBEBE. Windows color (decimal): -1400597 or 15442154. OLE color: 15442154.

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

Color convert

RGB234160235-
CMYK0.000.3200.08
HSL299.2º65.22%77.45%-
HSV(B)299.2º31.91%92.16%-
XYZ61.548.6384.74-
YUV190.68153.02158.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 160 (62.89% from 255) = 25.44%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=37.20%
G=25.44%
B=37.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341602350.000.3200.08299.265.2277.45
HexEAA0EB0200812b414d
Octal352240353040010453101115
Binary11101010101000001110101101000000100010010101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA0EB; }

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

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

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

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

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

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

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

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