#ECA1AD

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

Shades of Illusion #ECA1AD

Tints of Illusion #ECA1AD

Color information

#ECA1AD (or 0xECA1AD) is unknown color: approx Illusion. HEX triplet: EC, A1 and AD. RGB value is (236,161,173). Sum of RGB (Red+Green+Blue) = 236+161+173=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA1AD is #135E52. Grayscale: #B8B8B8. Windows color (decimal): -1269331 or 11379180. OLE color: 11379180.

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

Color convert

RGB236161173-
CMYK00.320.270.07
HSL350.4º66.37%77.84%-
HSV(B)350.4º31.78%92.55%-
XYZ54.8846.3445.59-
YUV184.79121.35164.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=41.40%
G=28.25%
B=30.35%

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
Decimal23616117300.320.270.07350.466.3777.84
HexECA1AD0201B715e424e
Octal354241255040337536102116
Binary11101100101000011010110101000001101111110101111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1AD; }

 p { color: rgb(236,161,173); }

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

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

 a { background-color: rgb(236,161,173); }

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

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

 span { border-color: rgb(236,161,173); }

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