#EBA0B6

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

Shades of Illusion #EBA0B6

Tints of Illusion #EBA0B6

Color information

#EBA0B6 (or 0xEBA0B6) is unknown color: approx Illusion. HEX triplet: EB, A0 and B6. RGB value is (235,160,182). Sum of RGB (Red+Green+Blue) = 235+160+182=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0B6 is #145F49. Grayscale: #B8B8B8. Windows color (decimal): -1335114 or 11968747. OLE color: 11968747.

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

Color convert

RGB235160182-
CMYK00.320.230.08
HSL342.4º65.22%77.45%-
HSV(B)342.4º31.91%92.16%-
XYZ55.2846.1850.26-
YUV184.93126.35163.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 160 (62.89% from 255) = 27.73%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=40.73%
G=27.73%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516018200.320.230.08342.465.2277.45
HexEBA0B6020178156414d
Octal3532402660402710526101115
Binary111010111010000010110110010000010111100010101011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0B6; }

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

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

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

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

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

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

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

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