#EAA4E3

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

Shades of Plum #EAA4E3

Tints of Plum #EAA4E3

Color information

#EAA4E3 (or 0xEAA4E3) is unknown color: approx Plum. HEX triplet: EA, A4 and E3. RGB value is (234,164,227). Sum of RGB (Red+Green+Blue) = 234+164+227=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4E3 is #155B1C. Grayscale: #BFBFBF. Windows color (decimal): -1399581 or 14918890. OLE color: 14918890.

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

Color convert

RGB234164227-
CMYK00.300.030.08
HSL306º62.5%78.04%-
HSV(B)306º29.91%91.76%-
XYZ61.0749.5979.03-
YUV192.11147.69157.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=37.44%
G=26.24%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416422700.300.030.0830662.578.04
HexEAA4E301E381323e4e
Octal35224434303631046276116
Binary1110101010100100111000110111101110001001100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4E3; }

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

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

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

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

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

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

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

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