#ECA0AB

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

Shades of Illusion #ECA0AB

Tints of Illusion #ECA0AB

Color information

#ECA0AB (or 0xECA0AB) is unknown color: approx Illusion. HEX triplet: EC, A0 and AB. RGB value is (236,160,171). Sum of RGB (Red+Green+Blue) = 236+160+171=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0AB is #135F54. Grayscale: #B8B8B8. Windows color (decimal): -1269589 or 11247852. OLE color: 11247852.

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

Color convert

RGB236160171-
CMYK00.320.280.07
HSL351.32º66.67%77.65%-
HSV(B)351.32º32.2%92.55%-
XYZ54.5145.9144.52-
YUV183.98120.68165.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=41.62%
G=28.22%
B=30.16%

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
Decimal23616017100.320.280.07351.3266.6777.65
HexECA0AB0201C715f434e
Octal354240253040347537103116
Binary11101100101000001010101101000001110011110101111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0AB; }

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

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

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

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

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

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

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

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