#EBA0B1

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

Shades of Illusion #EBA0B1

Tints of Illusion #EBA0B1

Color information

#EBA0B1 (or 0xEBA0B1) is unknown color: approx Illusion. HEX triplet: EB, A0 and B1. RGB value is (235,160,177). Sum of RGB (Red+Green+Blue) = 235+160+177=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0B1 is #145F4E. Grayscale: #B8B8B8. Windows color (decimal): -1335119 or 11641067. OLE color: 11641067.

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

Color convert

RGB235160177-
CMYK00.320.250.08
HSL346.4º65.22%77.45%-
HSV(B)346.4º31.91%92.16%-
XYZ54.7745.9847.58-
YUV184.36123.85164.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=41.08%
G=27.97%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516017700.320.250.08346.465.2277.45
HexEBA0B102019815a414d
Octal3532402610403110532101115
Binary111010111010000010110001010000011001100010101101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0B1; }

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

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

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

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

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

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

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

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