#ECA1B3

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

Shades of Illusion #ECA1B3

Tints of Illusion #ECA1B3

Color information

#ECA1B3 (or 0xECA1B3) is unknown color: approx Illusion. HEX triplet: EC, A1 and B3. RGB value is (236,161,179). Sum of RGB (Red+Green+Blue) = 236+161+179=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1B3 is #135E4C. Grayscale: #B9B9B9. Windows color (decimal): -1269325 or 11772396. OLE color: 11772396.

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

Color convert

RGB236161179-
CMYK00.320.240.07
HSL345.6º66.37%77.84%-
HSV(B)345.6º31.78%92.55%-
XYZ55.4746.5848.71-
YUV185.48124.35164.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=40.97%
G=27.95%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616117900.320.240.07345.666.3777.84
HexECA1B302018715a424e
Octal354241263040307532102116
Binary11101100101000011011001101000001100011110101101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1B3; }

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

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

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

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

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

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

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

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