#ED797E

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

Shades of Froly #ED797E

Tints of Froly #ED797E

Color information

#ED797E (or 0xED797E) is unknown color: approx Froly. HEX triplet: ED, 79 and 7E. RGB value is (237,121,126). Sum of RGB (Red+Green+Blue) = 237+121+126=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED797E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED797E is #128681. Grayscale: #9C9C9C. Windows color (decimal): -1214082 or 8288749. OLE color: 8288749.

HSL color Cylindrical-coordinate representation of color #ED797E: hue angle of 357.41º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED797E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237121126-
CMYK00.490.470.07
HSL357.41º76.32%70.2%-
HSV(B)357.41º48.95%92.94%-
XYZ45.5333.1923.74-
YUV156.25110.93185.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=48.97%
G=25%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712112600.490.470.07357.4176.3270.2
HexED797E0312F71654c46
Octal355171176061577545114106
Binary1110110111110011111110011000110111111110110010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED797E; }

 p { color: rgb(237,121,126); }

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

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

 a { background-color: rgb(237,121,126); }

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

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

 span { border-color: rgb(237,121,126); }

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