#E7B1AA

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

Shades of Shilo #E7B1AA

Tints of Shilo #E7B1AA

Color information

#E7B1AA (or 0xE7B1AA) is unknown color: approx Shilo. HEX triplet: E7, B1 and AA. RGB value is (231,177,170). Sum of RGB (Red+Green+Blue) = 231+177+170=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B1AA is #184E55. Grayscale: #C0C0C0. Windows color (decimal): -1592918 or 11186663. OLE color: 11186663.

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

Color convert

RGB231177170-
CMYK00.230.260.09
HSL6.89º55.96%78.63%-
HSV(B)6.89º26.41%90.59%-
XYZ55.9351.3444.99-
YUV192.35115.39155.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=39.97%
G=30.62%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117717000.230.260.096.8955.9678.63
HexE7B1AA0171A97384f
Octal3472612520273211770117
Binary1110011110110001101010100101111101010011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1AA; }

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

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

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

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

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

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

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

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