#EB97AA

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

Shades of Illusion #EB97AA

Tints of Illusion #EB97AA

Color information

#EB97AA (or 0xEB97AA) is unknown color: approx Illusion. HEX triplet: EB, 97 and AA. RGB value is (235,151,170). Sum of RGB (Red+Green+Blue) = 235+151+170=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB97AA is #146855. Grayscale: #B2B2B2. Windows color (decimal): -1337430 or 11180011. OLE color: 11180011.

HSL color Cylindrical-coordinate representation of color #EB97AA: hue angle of 346.43º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB97AA is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235151170-
CMYK00.360.280.08
HSL346.43º67.74%75.69%-
HSV(B)346.43º35.74%92.16%-
XYZ52.5842.743.5-
YUV178.28123.33168.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=42.27%
G=27.16%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515117000.360.280.08346.4367.7475.69
HexEB97AA0241C815a444c
Octal3532272520443410532104114
Binary111010111001011110101010010010011100100010101101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97AA; }

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

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

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

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

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

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

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

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