#EB97AF

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

Shades of Illusion #EB97AF

Tints of Illusion #EB97AF

Color information

#EB97AF (or 0xEB97AF) is unknown color: approx Illusion. HEX triplet: EB, 97 and AF. RGB value is (235,151,175). Sum of RGB (Red+Green+Blue) = 235+151+175=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB97AF is #146850. Grayscale: #B2B2B2. Windows color (decimal): -1337425 or 11507691. OLE color: 11507691.

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

Color convert

RGB235151175-
CMYK00.360.260.08
HSL342.86º67.74%75.69%-
HSV(B)342.86º35.74%92.16%-
XYZ53.0742.8946.04-
YUV178.85125.83168.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=41.89%
G=26.92%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515117500.360.260.08342.8667.7475.69
HexEB97AF0241A8157444c
Octal3532272570443210527104114
Binary111010111001011110101111010010011010100010101011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97AF; }

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

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

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

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

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

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

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

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