#E1AAAA

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

Shades of Shilo #E1AAAA

Tints of Shilo #E1AAAA

Color information

#E1AAAA (or 0xE1AAAA) is unknown color: approx Shilo. HEX triplet: E1, AA and AA. RGB value is (225,170,170). Sum of RGB (Red+Green+Blue) = 225+170+170=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAAA is #1E5555. Grayscale: #BABABA. Windows color (decimal): -1987926 or 11184865. OLE color: 11184865.

HSL color Cylindrical-coordinate representation of color #E1AAAA: hue angle of 0º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAAA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225170170-
CMYK00.240.240.12
HSL47.83%77.45%-
HSV(B)24.44%88.24%-
XYZ52.6847.6644.45-
YUV186.44118.72155.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=39.82%
G=30.09%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517017000.240.240.12047.8377.45
HexE1AAAA01818C0304d
Octal3412522520303014060115
Binary11100001101010101010101001100011000110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAAA; }

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

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

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

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

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

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

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

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