#ECA0B7

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

Shades of Illusion #ECA0B7

Tints of Illusion #ECA0B7

Color information

#ECA0B7 (or 0xECA0B7) is unknown color: approx Illusion. HEX triplet: EC, A0 and B7. RGB value is (236,160,183). Sum of RGB (Red+Green+Blue) = 236+160+183=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0B7 is #135F48. Grayscale: #B9B9B9. Windows color (decimal): -1269577 or 12034284. OLE color: 12034284.

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

Color convert

RGB236160183-
CMYK00.320.220.07
HSL341.84º66.67%77.65%-
HSV(B)341.84º32.2%92.55%-
XYZ55.7146.3950.82-
YUV185.35126.68164.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=40.76%
G=27.63%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616018300.320.220.07341.8466.6777.65
HexECA0B7020167156434e
Octal354240267040267526103116
Binary11101100101000001011011101000001011011110101011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0B7; }

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

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

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

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

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

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

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

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