#EA93AD

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

Shades of Illusion #EA93AD

Tints of Illusion #EA93AD

Color information

#EA93AD (or 0xEA93AD) is unknown color: approx Illusion. HEX triplet: EA, 93 and AD. RGB value is (234,147,173). Sum of RGB (Red+Green+Blue) = 234+147+173=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93AD is #156C52. Grayscale: #AFAFAF. Windows color (decimal): -1403987 or 11375594. OLE color: 11375594.

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

Color convert

RGB234147173-
CMYK00.370.260.08
HSL342.07º67.44%74.71%-
HSV(B)342.07º37.18%91.76%-
XYZ51.9141.3844.79-
YUV175.98126.32169.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=42.24%
G=26.53%
B=31.23%

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
Decimal23414717300.370.260.08342.0767.4474.71
HexEA93AD0251A8156434b
Octal3522232550453210526103113
Binary111010101001001110101101010010111010100010101011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93AD; }

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

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

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

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

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

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

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

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