#EB9BA8

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

Shades of Illusion #EB9BA8

Tints of Illusion #EB9BA8

Color information

#EB9BA8 (or 0xEB9BA8) is unknown color: approx Illusion. HEX triplet: EB, 9B and A8. RGB value is (235,155,168). Sum of RGB (Red+Green+Blue) = 235+155+168=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA8 is #146457. Grayscale: #B4B4B4. Windows color (decimal): -1336408 or 11049963. OLE color: 11049963.

HSL color Cylindrical-coordinate representation of color #EB9BA8: hue angle of 350.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BA8 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235155168-
CMYK00.340.290.08
HSL350.25º66.67%76.47%-
HSV(B)350.25º34.04%92.16%-
XYZ53.0543.9342.73-
YUV180.4121166.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 168 (66.02% from 255) = 30.11%
R=42.11%
G=27.78%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515516800.340.290.08350.2566.6776.47
HexEB9BA80221D815e434c
Octal3532332500423510536103114
Binary111010111001101110101000010001011101100010101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BA8; }

 p { color: rgb(235,155,168); }

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

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

 a { background-color: rgb(235,155,168); }

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

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

 span { border-color: rgb(235,155,168); }

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