#EF656E

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

Shades of Froly #EF656E

Tints of Froly #EF656E

Color information

#EF656E (or 0xEF656E) is unknown color: approx Froly. HEX triplet: EF, 65 and 6E. RGB value is (239,101,110). Sum of RGB (Red+Green+Blue) = 239+101+110=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF656E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF656E is #109A91. Grayscale: #8F8F8F. Windows color (decimal): -1088146 or 7235055. OLE color: 7235055.

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

Color convert

RGB239101110-
CMYK00.580.540.06
HSL356.09º81.18%66.67%-
HSV(B)356.09º57.74%93.73%-
XYZ43.0628.7818.04-
YUV143.29109.22196.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.11%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=53.11%
G=22.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910111000.580.540.06356.0981.1866.67
HexEF656E03A3661645143
Octal357145156072666544121103
Binary1110111111001011101110011101011011011010110010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF656E; }

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

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

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

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

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

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

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

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