#EBA1B6

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

Shades of Illusion #EBA1B6

Tints of Illusion #EBA1B6

Color information

#EBA1B6 (or 0xEBA1B6) is unknown color: approx Illusion. HEX triplet: EB, A1 and B6. RGB value is (235,161,182). Sum of RGB (Red+Green+Blue) = 235+161+182=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1B6 is #145E49. Grayscale: #B9B9B9. Windows color (decimal): -1334858 or 11969003. OLE color: 11969003.

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

Color convert

RGB235161182-
CMYK00.310.230.08
HSL342.97º64.91%77.65%-
HSV(B)342.97º31.49%92.16%-
XYZ55.4546.5350.31-
YUV185.52126.02163.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=40.66%
G=27.85%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516118200.310.230.08342.9764.9177.65
HexEBA1B601F178157414e
Octal3532412660372710527101116
Binary11101011101000011011011001111110111100010101011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1B6; }

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

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

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

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

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

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

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

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