#EA97B4

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

Shades of Illusion #EA97B4

Tints of Illusion #EA97B4

Color information

#EA97B4 (or 0xEA97B4) is unknown color: approx Illusion. HEX triplet: EA, 97 and B4. RGB value is (234,151,180). Sum of RGB (Red+Green+Blue) = 234+151+180=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97B4 is #15684B. Grayscale: #B3B3B3. Windows color (decimal): -1402956 or 11835370. OLE color: 11835370.

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

Color convert

RGB234151180-
CMYK00.350.230.08
HSL339.04º66.4%75.49%-
HSV(B)339.04º35.47%91.76%-
XYZ53.2442.9248.66-
YUV179.12128.5167.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=41.42%
G=26.73%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415118000.350.230.08339.0466.475.49
HexEA97B4023178153424b
Octal3522272640432710523102113
Binary111010101001011110110100010001110111100010101001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97B4; }

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

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

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

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

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

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

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

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