#EA93AC

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

Shades of Illusion #EA93AC

Tints of Illusion #EA93AC

Color information

#EA93AC (or 0xEA93AC) is unknown color: approx Illusion. HEX triplet: EA, 93 and AC. RGB value is (234,147,172). Sum of RGB (Red+Green+Blue) = 234+147+172=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93AC is #156C53. Grayscale: #AFAFAF. Windows color (decimal): -1403988 or 11310058. OLE color: 11310058.

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

Color convert

RGB234147172-
CMYK00.370.260.08
HSL342.76º67.44%74.71%-
HSV(B)342.76º37.18%91.76%-
XYZ51.8141.3444.28-
YUV175.86125.82169.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=42.31%
G=26.58%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414717200.370.260.08342.7667.4474.71
HexEA93AC0251A8157434b
Octal3522232540453210527103113
Binary111010101001001110101100010010111010100010101011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93AC; }

 p { color: rgb(234,147,172); }

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

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

 a { background-color: rgb(234,147,172); }

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

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

 span { border-color: rgb(234,147,172); }

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