#ECA1B1

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

Shades of Illusion #ECA1B1

Tints of Illusion #ECA1B1

Color information

#ECA1B1 (or 0xECA1B1) is unknown color: approx Illusion. HEX triplet: EC, A1 and B1. RGB value is (236,161,177). Sum of RGB (Red+Green+Blue) = 236+161+177=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA1B1 is #135E4E. Grayscale: #B9B9B9. Windows color (decimal): -1269327 or 11641324. OLE color: 11641324.

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

Color convert

RGB236161177-
CMYK00.320.250.07
HSL347.2º66.37%77.84%-
HSV(B)347.2º31.78%92.55%-
XYZ55.2746.547.66-
YUV185.25123.35164.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 161 (63.28% from 255) = 28.05%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=41.11%
G=28.05%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616117700.320.250.07347.266.3777.84
HexECA1B102019715b424e
Octal354241261040317533102116
Binary11101100101000011011000101000001100111110101101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1B1; }

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

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

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

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

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

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

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

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