#ECA2AE

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

Shades of Illusion #ECA2AE

Tints of Illusion #ECA2AE

Color information

#ECA2AE (or 0xECA2AE) is unknown color: approx Illusion. HEX triplet: EC, A2 and AE. RGB value is (236,162,174). Sum of RGB (Red+Green+Blue) = 236+162+174=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2AE is #135D51. Grayscale: #B9B9B9. Windows color (decimal): -1269074 or 11444972. OLE color: 11444972.

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

Color convert

RGB236162174-
CMYK00.310.260.07
HSL350.27º66.07%78.04%-
HSV(B)350.27º31.36%92.55%-
XYZ55.1546.7346.16-
YUV185.49121.52164.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=41.26%
G=28.32%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616217400.310.260.07350.2766.0778.04
HexECA2AE01F1A715e424e
Octal354242256037327536102116
Binary1110110010100010101011100111111101011110101111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2AE; }

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

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

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

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

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

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

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

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