#E7AAAA

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

Shades of Shilo #E7AAAA

Tints of Shilo #E7AAAA

Color information

#E7AAAA (or 0xE7AAAA) is unknown color: approx Shilo. HEX triplet: E7, AA and AA. RGB value is (231,170,170). Sum of RGB (Red+Green+Blue) = 231+170+170=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAAA is #185555. Grayscale: #BCBCBC. Windows color (decimal): -1594710 or 11184871. OLE color: 11184871.

HSL color Cylindrical-coordinate representation of color #E7AAAA: hue angle of 0º 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 #E7AAAA is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231170170-
CMYK00.260.260.09
HSL55.96%78.63%-
HSV(B)26.41%90.59%-
XYZ54.5948.6444.54-
YUV188.24117.71158.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=40.46%
G=29.77%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117017000.260.260.09055.9678.63
HexE7AAAA01A1A90384f
Octal3472522520323211070117
Binary11100111101010101010101001101011010100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAAA; }

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

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

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

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

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

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

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

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