#ECA2AA

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

Shades of Illusion #ECA2AA

Tints of Illusion #ECA2AA

Color information

#ECA2AA (or 0xECA2AA) is unknown color: approx Illusion. HEX triplet: EC, A2 and AA. RGB value is (236,162,170). Sum of RGB (Red+Green+Blue) = 236+162+170=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2AA is #135D55. Grayscale: #B9B9B9. Windows color (decimal): -1269078 or 11182828. OLE color: 11182828.

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

Color convert

RGB236162170-
CMYK00.310.280.07
HSL353.51º66.07%78.04%-
HSV(B)353.51º31.36%92.55%-
XYZ54.7746.5844.13-
YUV185.04119.52164.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=41.55%
G=28.52%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616217000.310.280.07353.5166.0778.04
HexECA2AA01F1C7162424e
Octal354242252037347542102116
Binary1110110010100010101010100111111110011110110001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2AA; }

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

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

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

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

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

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

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

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