#EBA1B0

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

Shades of Illusion #EBA1B0

Tints of Illusion #EBA1B0

Color information

#EBA1B0 (or 0xEBA1B0) is unknown color: approx Illusion. HEX triplet: EB, A1 and B0. RGB value is (235,161,176). Sum of RGB (Red+Green+Blue) = 235+161+176=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1B0 is #145E4F. Grayscale: #B8B8B8. Windows color (decimal): -1334864 or 11575787. OLE color: 11575787.

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

Color convert

RGB235161176-
CMYK00.310.250.08
HSL347.84º64.91%77.65%-
HSV(B)347.84º31.49%92.16%-
XYZ54.8446.2947.12-
YUV184.84123.02163.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=41.08%
G=28.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516117600.310.250.08347.8464.9177.65
HexEBA1B001F19815c414e
Octal3532412600373110534101116
Binary11101011101000011011000001111111001100010101110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1B0; }

 p { color: rgb(235,161,176); }

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

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

 a { background-color: rgb(235,161,176); }

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

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

 span { border-color: rgb(235,161,176); }

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