#EF7D82

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

Shades of Froly #EF7D82

Tints of Froly #EF7D82

Color information

#EF7D82 (or 0xEF7D82) is unknown color: approx Froly. HEX triplet: EF, 7D and 82. RGB value is (239,125,130). Sum of RGB (Red+Green+Blue) = 239+125+130=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D82 is #10827D. Grayscale: #9F9F9F. Windows color (decimal): -1081982 or 8551919. OLE color: 8551919.

HSL color Cylindrical-coordinate representation of color #EF7D82: hue angle of 357.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D82 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239125130-
CMYK00.480.460.06
HSL357.37º78.08%71.37%-
HSV(B)357.37º47.7%93.73%-
XYZ46.9634.6325.33-
YUV159.66111.27184.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=48.38%
G=25.30%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912513000.480.460.06357.3778.0871.37
HexEF7D820302E61654e47
Octal357175202060566545116107
Binary11101111111110110000010011000010111011010110010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7D82; }

 p { color: rgb(239,125,130); }

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

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

 a { background-color: rgb(239,125,130); }

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

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

 span { border-color: rgb(239,125,130); }

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