#EB94AC

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

Shades of Illusion #EB94AC

Tints of Illusion #EB94AC

Color information

#EB94AC (or 0xEB94AC) is unknown color: approx Illusion. HEX triplet: EB, 94 and AC. RGB value is (235,148,172). Sum of RGB (Red+Green+Blue) = 235+148+172=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB94AC is #146B53. Grayscale: #B0B0B0. Windows color (decimal): -1338196 or 11310315. OLE color: 11310315.

HSL color Cylindrical-coordinate representation of color #EB94AC: hue angle of 343.45º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB94AC is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235148172-
CMYK00.370.270.08
HSL343.45º68.5%75.1%-
HSV(B)343.45º37.02%92.16%-
XYZ52.341.8244.35-
YUV176.75125.32169.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=42.34%
G=26.67%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514817200.370.270.08343.4568.575.1
HexEB94AC0251B8157454b
Octal3532242540453310527105113
Binary111010111001010010101100010010111011100010101011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94AC; }

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

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

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

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

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

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

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

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