#ECA3B0

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

Shades of Illusion #ECA3B0

Tints of Illusion #ECA3B0

Color information

#ECA3B0 (or 0xECA3B0) is unknown color: approx Illusion. HEX triplet: EC, A3 and B0. RGB value is (236,163,176). Sum of RGB (Red+Green+Blue) = 236+163+176=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA3B0 is #135C4F. Grayscale: #BABABA. Windows color (decimal): -1268816 or 11576300. OLE color: 11576300.

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

Color convert

RGB236163176-
CMYK00.310.250.07
HSL349.32º65.77%78.24%-
HSV(B)349.32º30.93%92.55%-
XYZ55.5347.1647.25-
YUV186.31122.18163.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=41.04%
G=28.35%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616317600.310.250.07349.3265.7778.24
HexECA3B001F19715d424e
Octal354243260037317535102116
Binary1110110010100011101100000111111100111110101110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3B0; }

 p { color: rgb(236,163,176); }

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

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

 a { background-color: rgb(236,163,176); }

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

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

 span { border-color: rgb(236,163,176); }

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