#E7AAA8

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

Shades of Shilo #E7AAA8

Tints of Shilo #E7AAA8

Color information

#E7AAA8 (or 0xE7AAA8) is unknown color: approx Shilo. HEX triplet: E7, AA and A8. RGB value is (231,170,168). Sum of RGB (Red+Green+Blue) = 231+170+168=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAA8 is #185557. Grayscale: #BCBCBC. Windows color (decimal): -1594712 or 11053799. OLE color: 11053799.

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

Color convert

RGB231170168-
CMYK00.260.270.09
HSL1.9º56.76%78.24%-
HSV(B)1.9º27.27%90.59%-
XYZ54.448.5743.55-
YUV188.01116.71158.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 168 (66.02% from 255) = 29.53%
R=40.60%
G=29.88%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117016800.260.270.091.956.7678.24
HexE7AAA801A1B92394e
Octal3472522500323311271116
Binary111001111010101010101000011010110111001101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAA8; }

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

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

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

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

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

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

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

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