#ED7F80

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

Shades of Froly #ED7F80

Tints of Froly #ED7F80

Color information

#ED7F80 (or 0xED7F80) is unknown color: approx Froly. HEX triplet: ED, 7F and 80. RGB value is (237,127,128). Sum of RGB (Red+Green+Blue) = 237+127+128=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F80 is #12807F. Grayscale: #A0A0A0. Windows color (decimal): -1212544 or 8421357. OLE color: 8421357.

HSL color Cylindrical-coordinate representation of color #ED7F80: hue angle of 359.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7F80 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237127128-
CMYK00.460.460.07
HSL359.45º75.34%71.37%-
HSV(B)359.45º46.41%92.94%-
XYZ46.4134.7424.68-
YUV160109.94182.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=48.17%
G=25.81%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712712800.460.460.07359.4575.3471.37
HexED7F8002E2E71674b47
Octal355177200056567547113107
Binary11101101111111110000000010111010111011110110011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F80; }

 p { color: rgb(237,127,128); }

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

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

 a { background-color: rgb(237,127,128); }

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

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

 span { border-color: rgb(237,127,128); }

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