#E1ABAA

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

Shades of Shilo #E1ABAA

Tints of Shilo #E1ABAA

Color information

#E1ABAA (or 0xE1ABAA) is unknown color: approx Shilo. HEX triplet: E1, AB and AA. RGB value is (225,171,170). Sum of RGB (Red+Green+Blue) = 225+171+170=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABAA is #1E5455. Grayscale: #BBBBBB. Windows color (decimal): -1987670 or 11185121. OLE color: 11185121.

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

Color convert

RGB225171170-
CMYK00.240.240.12
HSL1.09º47.83%77.45%-
HSV(B)1.09º24.44%88.24%-
XYZ52.8748.0444.52-
YUV187.03118.39155.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=39.75%
G=30.21%
B=30.04%

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
Decimal22517117000.240.240.121.0947.8377.45
HexE1ABAA01818C1304d
Octal3412532520303014160115
Binary11100001101010111010101001100011000110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABAA; }

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

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

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

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

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

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

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

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