#EA9FB6

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

Shades of Illusion #EA9FB6

Tints of Illusion #EA9FB6

Color information

#EA9FB6 (or 0xEA9FB6) is unknown color: approx Illusion. HEX triplet: EA, 9F and B6. RGB value is (234,159,182). Sum of RGB (Red+Green+Blue) = 234+159+182=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FB6 is #156049. Grayscale: #B8B8B8. Windows color (decimal): -1400906 or 11968490. OLE color: 11968490.

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

Color convert

RGB234159182-
CMYK00.320.220.08
HSL341.6º64.1%77.06%-
HSV(B)341.6º32.05%91.76%-
XYZ54.7745.6750.18-
YUV184.05126.85163.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=40.70%
G=27.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415918200.320.220.08341.664.177.06
HexEA9FB6020168156404d
Octal3522372660402610526100115
Binary111010101001111110110110010000010110100010101011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FB6; }

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

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

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

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

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

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

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

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