#ECA0B1

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

Shades of Illusion #ECA0B1

Tints of Illusion #ECA0B1

Color information

#ECA0B1 (or 0xECA0B1) is unknown color: approx Illusion. HEX triplet: EC, A0 and B1. RGB value is (236,160,177). Sum of RGB (Red+Green+Blue) = 236+160+177=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0B1 is #135F4E. Grayscale: #B8B8B8. Windows color (decimal): -1269583 or 11641068. OLE color: 11641068.

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

Color convert

RGB236160177-
CMYK00.320.250.07
HSL346.58º66.67%77.65%-
HSV(B)346.58º32.2%92.55%-
XYZ55.146.1547.6-
YUV184.66123.68164.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=41.19%
G=27.92%
B=30.89%

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
Decimal23616017700.320.250.07346.5866.6777.65
HexECA0B102019715b434e
Octal354240261040317533103116
Binary11101100101000001011000101000001100111110101101110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0B1; }

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

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

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

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

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

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

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

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