#EBA0B4

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

Shades of Illusion #EBA0B4

Tints of Illusion #EBA0B4

Color information

#EBA0B4 (or 0xEBA0B4) is unknown color: approx Illusion. HEX triplet: EB, A0 and B4. RGB value is (235,160,180). Sum of RGB (Red+Green+Blue) = 235+160+180=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0B4 is #145F4B. Grayscale: #B8B8B8. Windows color (decimal): -1335116 or 11837675. OLE color: 11837675.

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

Color convert

RGB235160180-
CMYK00.320.230.08
HSL344º65.22%77.45%-
HSV(B)344º31.91%92.16%-
XYZ55.0746.149.18-
YUV184.7125.35163.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=40.87%
G=27.83%
B=31.30%

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
Decimal23516018000.320.230.0834465.2277.45
HexEBA0B4020178158414d
Octal3532402640402710530101115
Binary111010111010000010110100010000010111100010101100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0B4; }

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

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

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

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

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

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

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

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