#E6ABAA

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

Shades of Shilo #E6ABAA

Tints of Shilo #E6ABAA

Color information

#E6ABAA (or 0xE6ABAA) is unknown color: approx Shilo. HEX triplet: E6, AB and AA. RGB value is (230,171,170). Sum of RGB (Red+Green+Blue) = 230+171+170=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABAA is #195455. Grayscale: #BCBCBC. Windows color (decimal): -1659990 or 11185126. OLE color: 11185126.

HSL color Cylindrical-coordinate representation of color #E6ABAA: hue angle of 1º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABAA is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230171170-
CMYK00.260.260.10
HSL54.55%78.43%-
HSV(B)26.09%90.2%-
XYZ54.4548.8544.59-
YUV188.53117.55157.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=40.28%
G=29.95%
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.10
SystemRedGreenBlueCMYKHSL
Decimal23017117000.260.260.10154.5578.43
HexE6ABAA01A1AA1374e
Octal3462532520323212167116
Binary11100110101010111010101001101011010101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABAA; }

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

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

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

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

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

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

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

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