#EAA5B7

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

Shades of Illusion #EAA5B7

Tints of Illusion #EAA5B7

Color information

#EAA5B7 (or 0xEAA5B7) is unknown color: approx Illusion. HEX triplet: EA, A5 and B7. RGB value is (234,165,183). Sum of RGB (Red+Green+Blue) = 234+165+183=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5B7 is #155A48. Grayscale: #BBBBBB. Windows color (decimal): -1399369 or 12035562. OLE color: 12035562.

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

Color convert

RGB234165183-
CMYK00.290.220.08
HSL344.35º62.16%78.24%-
HSV(B)344.35º29.49%91.76%-
XYZ55.9347.8251.08-
YUV187.68125.36161.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 165 (64.84% from 255) = 28.35%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=40.21%
G=28.35%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416518300.290.220.08344.3562.1678.24
HexEAA5B701D1681583e4e
Octal352245267035261053076116
Binary1110101010100101101101110111011011010001010110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5B7; }

 p { color: rgb(234,165,183); }

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

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

 a { background-color: rgb(234,165,183); }

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

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

 span { border-color: rgb(234,165,183); }

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