#ED5960

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

Shades of Froly #ED5960

Tints of Froly #ED5960

Color information

#ED5960 (or 0xED5960) is unknown color: approx Froly. HEX triplet: ED, 59 and 60. RGB value is (237,89,96). Sum of RGB (Red+Green+Blue) = 237+89+96=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5960 is #12A69F. Grayscale: #868686. Windows color (decimal): -1222304 or 6314477. OLE color: 6314477.

HSL color Cylindrical-coordinate representation of color #ED5960: hue angle of 357.16º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5960 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB2378996-
CMYK00.620.590.07
HSL357.16º80.43%63.92%-
HSV(B)357.16º62.45%92.94%-
XYZ40.6125.9913.94-
YUV134.05106.53201.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.16%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=56.16%
G=21.09%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237899600.620.590.07357.1680.4363.92
HexED596003E3B71655040
Octal355131140076737545120100
Binary1110110110110011100000011111011101111110110010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5960; }

 p { color: rgb(237,89,96); }

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

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

 a { background-color: rgb(237,89,96); }

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

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

 span { border-color: rgb(237,89,96); }

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