#EF656C

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

Shades of Froly #EF656C

Tints of Froly #EF656C

Color information

#EF656C (or 0xEF656C) is unknown color: approx Froly. HEX triplet: EF, 65 and 6C. RGB value is (239,101,108). Sum of RGB (Red+Green+Blue) = 239+101+108=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF656C is #109A93. Grayscale: #8F8F8F. Windows color (decimal): -1088148 or 7103983. OLE color: 7103983.

HSL color Cylindrical-coordinate representation of color #EF656C: hue angle of 356.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF656C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB239101108-
CMYK00.580.550.06
HSL356.96º81.18%66.67%-
HSV(B)356.96º57.74%93.73%-
XYZ42.9628.7417.47-
YUV143.06108.22196.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=53.35%
G=22.54%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910110800.580.550.06356.9681.1866.67
HexEF656C03A3761655143
Octal357145154072676545121103
Binary1110111111001011101100011101011011111010110010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF656C; }

 p { color: rgb(239,101,108); }

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

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

 a { background-color: rgb(239,101,108); }

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

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

 span { border-color: rgb(239,101,108); }

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