#EAA4E7

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

Shades of Plum #EAA4E7

Tints of Plum #EAA4E7

Color information

#EAA4E7 (or 0xEAA4E7) is unknown color: approx Plum. HEX triplet: EA, A4 and E7. RGB value is (234,164,231). Sum of RGB (Red+Green+Blue) = 234+164+231=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4E7 is #155B18. Grayscale: #C0C0C0. Windows color (decimal): -1399577 or 15181034. OLE color: 15181034.

HSL color Cylindrical-coordinate representation of color #EAA4E7: hue angle of 302.57º 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 #EAA4E7 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234164231-
CMYK00.300.010.08
HSL302.57º62.5%78.04%-
HSV(B)302.57º29.91%91.76%-
XYZ61.6349.8181.97-
YUV192.57149.69157.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 164 (64.45% from 255) = 26.07%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=37.20%
G=26.07%
B=36.72%

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
Decimal23416423100.300.010.08302.5762.578.04
HexEAA4E701E1812f3e4e
Octal35224434703611045776116
Binary111010101010010011100111011110110001001011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4E7; }

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

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

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

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

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

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

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

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