#EF9FB6

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

Shades of Illusion #EF9FB6

Tints of Illusion #EF9FB6

Color information

#EF9FB6 (or 0xEF9FB6) is unknown color: approx Illusion. HEX triplet: EF, 9F and B6. RGB value is (239,159,182). Sum of RGB (Red+Green+Blue) = 239+159+182=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FB6 is #106049. Grayscale: #B9B9B9. Windows color (decimal): -1073226 or 11968495. OLE color: 11968495.

HSL color Cylindrical-coordinate representation of color #EF9FB6: hue angle of 342.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FB6 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239159182-
CMYK00.330.240.06
HSL342.75º71.43%78.04%-
HSV(B)342.75º33.47%93.73%-
XYZ56.4446.5250.26-
YUV185.54126166.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=41.21%
G=27.41%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915918200.330.240.06342.7571.4378.04
HexEF9FB6021186157474e
Octal357237266041306527107116
Binary11101111100111111011011001000011100011010101011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FB6; }

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

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

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

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

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

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

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

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