#efa3b9

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

Shades of Illusion #EFA3B9

Tints of Illusion #EFA3B9

Color information

#EFA3B9 (or 0xEFA3B9) is unknown color: approx Illusion. HEX triplet: EF, A3 and B9. RGB value is (239,163,185). Sum of RGB (Red+Green+Blue) = 239+163+185=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3B9 is #105C46. Grayscale: #BCBCBC. Windows color (decimal): -1072199 or 12166127. OLE color: 12166127.

HSL color Cylindrical-coordinate representation of color #EFA3B9: hue angle of 342.63º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3B9 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239163185-
CMYK00.320.230.06
HSL342.63º70.37%78.82%-
HSV(B)342.63º31.8%93.73%-
XYZ57.4548.0552.15-
YUV188.23126.18164.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=40.72%
G=27.77%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916318500.320.230.06342.6370.3778.82
HexEFA3B9020176157464f
Octal357243271040276527106117
Binary11101111101000111011100101000001011111010101011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa3b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa3b9; }

 p { color: rgb(239,163,185); }

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

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

 a { background-color: rgb(239,163,185); }

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

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

 span { border-color: rgb(239,163,185); }

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