#EB9FAA

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

Shades of Illusion #EB9FAA

Tints of Illusion #EB9FAA

Color information

#EB9FAA (or 0xEB9FAA) is unknown color: approx Illusion. HEX triplet: EB, 9F and AA. RGB value is (235,159,170). Sum of RGB (Red+Green+Blue) = 235+159+170=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9FAA is #146055. Grayscale: #B7B7B7. Windows color (decimal): -1335382 or 11182059. OLE color: 11182059.

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

Color convert

RGB235159170-
CMYK00.320.280.08
HSL351.32º65.52%77.25%-
HSV(B)351.32º32.34%92.16%-
XYZ53.9145.3643.94-
YUV182.98120.68165.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=41.67%
G=28.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515917000.320.280.08351.3265.5277.25
HexEB9FAA0201C815f424d
Octal3532372520403410537102115
Binary111010111001111110101010010000011100100010101111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FAA; }

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

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

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

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

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

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

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

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