#E6AAAA

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

Shades of Shilo #E6AAAA

Tints of Shilo #E6AAAA

Color information

#E6AAAA (or 0xE6AAAA) is unknown color: approx Shilo. HEX triplet: E6, AA and AA. RGB value is (230,170,170). Sum of RGB (Red+Green+Blue) = 230+170+170=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAAA is #195555. Grayscale: #BCBCBC. Windows color (decimal): -1660246 or 11184870. OLE color: 11184870.

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

Color convert

RGB230170170-
CMYK00.260.260.10
HSL54.55%78.43%-
HSV(B)26.09%90.2%-
XYZ54.2648.4744.53-
YUV187.94117.88158-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=40.35%
G=29.82%
B=29.82%

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
Decimal23017017000.260.260.10054.5578.43
HexE6AAAA01A1AA0374e
Octal3462522520323212067116
Binary11100110101010101010101001101011010101001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAAA; }

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

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

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

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

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

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

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

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