#ED797A

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

Shades of Froly #ED797A

Tints of Froly #ED797A

Color information

#ED797A (or 0xED797A) is unknown color: approx Froly. HEX triplet: ED, 79 and 7A. RGB value is (237,121,122). Sum of RGB (Red+Green+Blue) = 237+121+122=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED797A is #128685. Grayscale: #9B9B9B. Windows color (decimal): -1214086 or 8026605. OLE color: 8026605.

HSL color Cylindrical-coordinate representation of color #ED797A: hue angle of 359.48º 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 #ED797A is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237121122-
CMYK00.490.490.07
HSL359.48º76.32%70.2%-
HSV(B)359.48º48.95%92.94%-
XYZ45.2833.0822.41-
YUV155.8108.93185.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=49.38%
G=25.21%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712112200.490.490.07359.4876.3270.2
HexED797A0313171674c46
Octal355171172061617547114106
Binary1110110111110011111010011000111000111110110011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED797A; }

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

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

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

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

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

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

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

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