#EA9FAA

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

Shades of Illusion #EA9FAA

Tints of Illusion #EA9FAA

Color information

#EA9FAA (or 0xEA9FAA) is unknown color: approx Illusion. HEX triplet: EA, 9F and AA. RGB value is (234,159,170). Sum of RGB (Red+Green+Blue) = 234+159+170=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9FAA is #156055. Grayscale: #B6B6B6. Windows color (decimal): -1400918 or 11182058. OLE color: 11182058.

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

Color convert

RGB234159170-
CMYK00.320.270.08
HSL351.2º64.1%77.06%-
HSV(B)351.2º32.05%91.76%-
XYZ53.5945.1943.93-
YUV182.68120.85164.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=41.56%
G=28.24%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415917000.320.270.08351.264.177.06
HexEA9FAA0201B815f404d
Octal3522372520403310537100115
Binary111010101001111110101010010000011011100010101111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FAA; }

 p { color: rgb(234,159,170); }

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

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

 a { background-color: rgb(234,159,170); }

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

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

 span { border-color: rgb(234,159,170); }

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