#EF777C

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

Shades of Froly #EF777C

Tints of Froly #EF777C

Color information

#EF777C (or 0xEF777C) is unknown color: approx Froly. HEX triplet: EF, 77 and 7C. RGB value is (239,119,124). Sum of RGB (Red+Green+Blue) = 239+119+124=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF777C is #108883. Grayscale: #9B9B9B. Windows color (decimal): -1083524 or 8157167. OLE color: 8157167.

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

Color convert

RGB239119124-
CMYK00.500.480.06
HSL357.5º78.95%70.2%-
HSV(B)357.5º50.21%93.73%-
XYZ45.833323.02-
YUV155.45110.26187.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=49.59%
G=24.69%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911912400.500.480.06357.578.9570.2
HexEF777C0323061664f46
Octal357167174062606546117106
Binary1110111111101111111100011001011000011010110011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF777C; }

 p { color: rgb(239,119,124); }

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

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

 a { background-color: rgb(239,119,124); }

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

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

 span { border-color: rgb(239,119,124); }

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