#EFA6B3

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

Shades of Illusion #EFA6B3

Tints of Illusion #EFA6B3

Color information

#EFA6B3 (or 0xEFA6B3) is unknown color: approx Illusion. HEX triplet: EF, A6 and B3. RGB value is (239,166,179). Sum of RGB (Red+Green+Blue) = 239+166+179=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6B3 is #10594C. Grayscale: #BDBDBD. Windows color (decimal): -1071437 or 11773679. OLE color: 11773679.

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

Color convert

RGB239166179-
CMYK00.310.250.06
HSL349.32º69.52%79.41%-
HSV(B)349.32º30.54%93.73%-
XYZ57.3748.8849.06-
YUV189.31122.18163.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 179 (70.31% from 255) = 30.65%
R=40.92%
G=28.42%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916617900.310.250.06349.3269.5279.41
HexEFA6B301F19615d464f
Octal357246263037316535106117
Binary1110111110100110101100110111111100111010101110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6B3; }

 p { color: rgb(239,166,179); }

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

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

 a { background-color: rgb(239,166,179); }

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

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

 span { border-color: rgb(239,166,179); }

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