#EA97AB

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

Shades of Illusion #EA97AB

Tints of Illusion #EA97AB

Color information

#EA97AB (or 0xEA97AB) is unknown color: approx Illusion. HEX triplet: EA, 97 and AB. RGB value is (234,151,171). Sum of RGB (Red+Green+Blue) = 234+151+171=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA97AB is #156854. Grayscale: #B2B2B2. Windows color (decimal): -1402965 or 11245546. OLE color: 11245546.

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

Color convert

RGB234151171-
CMYK00.350.270.08
HSL345.54º66.4%75.49%-
HSV(B)345.54º35.47%91.76%-
XYZ52.3542.5743.99-
YUV178.1124167.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=42.09%
G=27.16%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415117100.350.270.08345.5466.475.49
HexEA97AB0231B815a424b
Octal3522272530433310532102113
Binary111010101001011110101011010001111011100010101101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97AB; }

 p { color: rgb(234,151,171); }

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

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

 a { background-color: rgb(234,151,171); }

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

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

 span { border-color: rgb(234,151,171); }

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