#EB9AAC

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

Shades of Illusion #EB9AAC

Tints of Illusion #EB9AAC

Color information

#EB9AAC (or 0xEB9AAC) is unknown color: approx Illusion. HEX triplet: EB, 9A and AC. RGB value is (235,154,172). Sum of RGB (Red+Green+Blue) = 235+154+172=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9AAC is #146553. Grayscale: #B4B4B4. Windows color (decimal): -1336660 or 11311851. OLE color: 11311851.

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

Color convert

RGB235154172-
CMYK00.340.270.08
HSL346.67º66.94%76.27%-
HSV(B)346.67º34.47%92.16%-
XYZ53.2643.7544.67-
YUV180.27123.34167.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=41.89%
G=27.45%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515417200.340.270.08346.6766.9476.27
HexEB9AAC0221B815b434c
Octal3532322540423310533103114
Binary111010111001101010101100010001011011100010101101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AAC; }

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

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

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

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

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

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

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

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