#ef747e

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

Shades of Froly #EF747E

Tints of Froly #EF747E

Color information

#EF747E (or 0xEF747E) is unknown color: approx Froly. HEX triplet: EF, 74 and 7E. RGB value is (239,116,126). Sum of RGB (Red+Green+Blue) = 239+116+126=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF747E is #108B81. Grayscale: #9A9A9A. Windows color (decimal): -1084290 or 8287471. OLE color: 8287471.

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

Color convert

RGB239116126-
CMYK00.510.470.06
HSL355.12º79.35%69.61%-
HSV(B)355.12º51.46%93.73%-
XYZ45.6132.3523.58-
YUV153.92112.25188.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=49.69%
G=24.12%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911612600.510.470.06355.1279.3569.61
HexEF747E0332F61634f46
Octal357164176063576543117106
Binary1110111111101001111110011001110111111010110001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef747e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef747e; }

 p { color: rgb(239,116,126); }

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

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

 a { background-color: rgb(239,116,126); }

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

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

 span { border-color: rgb(239,116,126); }

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