#E7AAA0

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

Shades of Shilo #E7AAA0

Tints of Shilo #E7AAA0

Color information

#E7AAA0 (or 0xE7AAA0) is unknown color: approx Shilo. HEX triplet: E7, AA and A0. RGB value is (231,170,160). Sum of RGB (Red+Green+Blue) = 231+170+160=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAA0 is #18555F. Grayscale: #BBBBBB. Windows color (decimal): -1594720 or 10529511. OLE color: 10529511.

HSL color Cylindrical-coordinate representation of color #E7AAA0: hue angle of 8.45º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7AAA0 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231170160-
CMYK00.260.310.09
HSL8.45º59.66%76.67%-
HSV(B)8.45º30.74%90.59%-
XYZ53.6748.2839.75-
YUV187.1112.71159.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=41.18%
G=30.30%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117016000.260.310.098.4559.6676.67
HexE7AAA001A1F983c4d
Octal34725224003237111074115
Binary11100111101010101010000001101011111100110001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAA0; }

 p { color: rgb(231,170,160); }

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

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

 a { background-color: rgb(231,170,160); }

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

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

 span { border-color: rgb(231,170,160); }

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