#ECA0AC

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

Shades of Illusion #ECA0AC

Tints of Illusion #ECA0AC

Color information

#ECA0AC (or 0xECA0AC) is unknown color: approx Illusion. HEX triplet: EC, A0 and AC. RGB value is (236,160,172). Sum of RGB (Red+Green+Blue) = 236+160+172=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0AC is #135F53. Grayscale: #B8B8B8. Windows color (decimal): -1269588 or 11313388. OLE color: 11313388.

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

Color convert

RGB236160172-
CMYK00.320.270.07
HSL350.53º66.67%77.65%-
HSV(B)350.53º32.2%92.55%-
XYZ54.6145.9545.02-
YUV184.09121.18165.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=41.55%
G=28.17%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616017200.320.270.07350.5366.6777.65
HexECA0AC0201B715f434e
Octal354240254040337537103116
Binary11101100101000001010110001000001101111110101111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0AC; }

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

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

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

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

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

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

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

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