#EF9FB0

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

Shades of Illusion #EF9FB0

Tints of Illusion #EF9FB0

Color information

#EF9FB0 (or 0xEF9FB0) is unknown color: approx Illusion. HEX triplet: EF, 9F and B0. RGB value is (239,159,176). Sum of RGB (Red+Green+Blue) = 239+159+176=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9FB0 is #10604F. Grayscale: #B8B8B8. Windows color (decimal): -1073232 or 11575279. OLE color: 11575279.

HSL color Cylindrical-coordinate representation of color #EF9FB0: hue angle of 347.25º 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 #EF9FB0 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239159176-
CMYK00.330.260.06
HSL347.25º71.43%78.04%-
HSV(B)347.25º33.47%93.73%-
XYZ55.8346.2847.06-
YUV184.86123166.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 176 (69.14% from 255) = 30.66%
R=41.64%
G=27.70%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915917600.330.260.06347.2571.4378.04
HexEF9FB00211A615b474e
Octal357237260041326533107116
Binary11101111100111111011000001000011101011010101101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FB0; }

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

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

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

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

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

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

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

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