#ECA0AA

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

Shades of Illusion #ECA0AA

Tints of Illusion #ECA0AA

Color information

#ECA0AA (or 0xECA0AA) is unknown color: approx Illusion. HEX triplet: EC, A0 and AA. RGB value is (236,160,170). Sum of RGB (Red+Green+Blue) = 236+160+170=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0AA is #135F55. Grayscale: #B7B7B7. Windows color (decimal): -1269590 or 11182316. OLE color: 11182316.

HSL color Cylindrical-coordinate representation of color #ECA0AA: hue angle of 352.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0AA is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236160170-
CMYK00.320.280.07
HSL352.11º66.67%77.65%-
HSV(B)352.11º32.2%92.55%-
XYZ54.4245.8844.02-
YUV183.86120.18165.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=41.70%
G=28.27%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616017000.320.280.07352.1166.6777.65
HexECA0AA0201C7160434e
Octal354240252040347540103116
Binary11101100101000001010101001000001110011110110000010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0AA; }

 p { color: rgb(236,160,170); }

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

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

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

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

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

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

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