#EAA4E8

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

Shades of Plum #EAA4E8

Tints of Plum #EAA4E8

Color information

#EAA4E8 (or 0xEAA4E8) is unknown color: approx Plum. HEX triplet: EA, A4 and E8. RGB value is (234,164,232). Sum of RGB (Red+Green+Blue) = 234+164+232=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4E8 is #155B17. Grayscale: #C0C0C0. Windows color (decimal): -1399576 or 15246570. OLE color: 15246570.

HSL color Cylindrical-coordinate representation of color #EAA4E8: hue angle of 301.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4E8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234164232-
CMYK00.300.010.08
HSL301.71º62.5%78.04%-
HSV(B)301.71º29.91%91.76%-
XYZ61.7749.8782.71-
YUV192.68150.19157.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 164 (64.45% from 255) = 26.03%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=37.14%
G=26.03%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416423200.300.010.08301.7162.578.04
HexEAA4E801E1812e3e4e
Octal35224435003611045676116
Binary111010101010010011101000011110110001001011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4E8; }

 p { color: rgb(234,164,232); }

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

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

 a { background-color: rgb(234,164,232); }

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

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

 span { border-color: rgb(234,164,232); }

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