#EB90AC

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

Shades of Illusion #EB90AC

Tints of Illusion #EB90AC

Color information

#EB90AC (or 0xEB90AC) is unknown color: approx Illusion. HEX triplet: EB, 90 and AC. RGB value is (235,144,172). Sum of RGB (Red+Green+Blue) = 235+144+172=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90AC is #146F53. Grayscale: #AEAEAE. Windows color (decimal): -1339220 or 11309291. OLE color: 11309291.

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

Color convert

RGB235144172-
CMYK00.390.270.08
HSL341.54º69.47%74.31%-
HSV(B)341.54º38.72%92.16%-
XYZ51.6840.5944.14-
YUV174.4126.65171.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=42.65%
G=26.13%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514417200.390.270.08341.5469.4774.31
HexEB90AC0271B8156454a
Octal3532202540473310526105112
Binary111010111001000010101100010011111011100010101011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90AC; }

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

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

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

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

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

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

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

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