#EAA4B3

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

Shades of Illusion #EAA4B3

Tints of Illusion #EAA4B3

Color information

#EAA4B3 (or 0xEAA4B3) is unknown color: approx Illusion. HEX triplet: EA, A4 and B3. RGB value is (234,164,179). Sum of RGB (Red+Green+Blue) = 234+164+179=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4B3 is #155B4C. Grayscale: #BABABA. Windows color (decimal): -1399629 or 11773162. OLE color: 11773162.

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

Color convert

RGB234164179-
CMYK00.300.240.08
HSL347.14º62.5%78.04%-
HSV(B)347.14º29.91%91.76%-
XYZ55.3447.348.86-
YUV186.64123.69161.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=40.55%
G=28.42%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416417900.300.240.08347.1462.578.04
HexEAA4B301E18815b3e4e
Octal352244263036301053376116
Binary1110101010100100101100110111101100010001010110111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4B3; }

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

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

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

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

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

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

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

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