#EB9FAC

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

Shades of Illusion #EB9FAC

Tints of Illusion #EB9FAC

Color information

#EB9FAC (or 0xEB9FAC) is unknown color: approx Illusion. HEX triplet: EB, 9F and AC. RGB value is (235,159,172). Sum of RGB (Red+Green+Blue) = 235+159+172=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9FAC is #146053. Grayscale: #B7B7B7. Windows color (decimal): -1335380 or 11313131. OLE color: 11313131.

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

Color convert

RGB235159172-
CMYK00.320.270.08
HSL349.74º65.52%77.25%-
HSV(B)349.74º32.34%92.16%-
XYZ54.1145.4444.95-
YUV183.21121.68164.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=41.52%
G=28.09%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515917200.320.270.08349.7465.5277.25
HexEB9FAC0201B815e424d
Octal3532372540403310536102115
Binary111010111001111110101100010000011011100010101111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FAC; }

 p { color: rgb(235,159,172); }

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

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

 a { background-color: rgb(235,159,172); }

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

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

 span { border-color: rgb(235,159,172); }

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