#EA97AD

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

Shades of Illusion #EA97AD

Tints of Illusion #EA97AD

Color information

#EA97AD (or 0xEA97AD) is unknown color: approx Illusion. HEX triplet: EA, 97 and AD. RGB value is (234,151,173). Sum of RGB (Red+Green+Blue) = 234+151+173=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA97AD is #156852. Grayscale: #B2B2B2. Windows color (decimal): -1402963 or 11376618. OLE color: 11376618.

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

Color convert

RGB234151173-
CMYK00.350.260.08
HSL344.1º66.4%75.49%-
HSV(B)344.1º35.47%91.76%-
XYZ52.5442.6445-
YUV178.32125167.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=41.94%
G=27.06%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415117300.350.260.08344.166.475.49
HexEA97AD0231A8158424b
Octal3522272550433210530102113
Binary111010101001011110101101010001111010100010101100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97AD; }

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

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

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

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

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

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

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

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