#EAA1B3

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

Shades of Illusion #EAA1B3

Tints of Illusion #EAA1B3

Color information

#EAA1B3 (or 0xEAA1B3) is unknown color: approx Illusion. HEX triplet: EA, A1 and B3. RGB value is (234,161,179). Sum of RGB (Red+Green+Blue) = 234+161+179=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1B3 is #155E4C. Grayscale: #B8B8B8. Windows color (decimal): -1400397 or 11772394. OLE color: 11772394.

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

Color convert

RGB234161179-
CMYK00.310.240.08
HSL345.21º63.48%77.45%-
HSV(B)345.21º31.2%91.76%-
XYZ54.8146.2448.68-
YUV184.88124.68163.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 161 (63.28% from 255) = 28.05%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=40.77%
G=28.05%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416117900.310.240.08345.2163.4877.45
HexEAA1B301F1881593f4d
Octal352241263037301053177115
Binary1110101010100001101100110111111100010001010110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1B3; }

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

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

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

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

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

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

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

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