#EBA0B3

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

Shades of Illusion #EBA0B3

Tints of Illusion #EBA0B3

Color information

#EBA0B3 (or 0xEBA0B3) is unknown color: approx Illusion. HEX triplet: EB, A0 and B3. RGB value is (235,160,179). Sum of RGB (Red+Green+Blue) = 235+160+179=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0B3 is #145F4C. Grayscale: #B8B8B8. Windows color (decimal): -1335117 or 11772139. OLE color: 11772139.

HSL color Cylindrical-coordinate representation of color #EBA0B3: hue angle of 344.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0B3 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235160179-
CMYK00.320.240.08
HSL344.8º65.22%77.45%-
HSV(B)344.8º31.91%92.16%-
XYZ54.9746.0648.64-
YUV184.59124.85163.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=40.94%
G=27.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516017900.320.240.08344.865.2277.45
HexEBA0B3020188159414d
Octal3532402630403010531101115
Binary111010111010000010110011010000011000100010101100110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0B3; }

 p { color: rgb(235,160,179); }

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

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

 a { background-color: rgb(235,160,179); }

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

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

 span { border-color: rgb(235,160,179); }

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