#ED6064

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

Shades of Froly #ED6064

Tints of Froly #ED6064

Color information

#ED6064 (or 0xED6064) is unknown color: approx Froly. HEX triplet: ED, 60 and 64. RGB value is (237,96,100). Sum of RGB (Red+Green+Blue) = 237+96+100=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6064 is #129F9B. Grayscale: #8A8A8A. Windows color (decimal): -1220508 or 6578413. OLE color: 6578413.

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

Color convert

RGB23796100-
CMYK00.590.580.07
HSL358.3º79.66%65.29%-
HSV(B)358.3º59.49%92.94%-
XYZ41.4127.2915.14-
YUV138.62106.21198.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.73%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=54.73%
G=22.17%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379610000.590.580.07358.379.6665.29
HexED606403B3A71665041
Octal355140144073727546120101
Binary1110110111000001100100011101111101011110110011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6064; }

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

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

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

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

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

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

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

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