#EC5760

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

Shades of Froly #EC5760

Tints of Froly #EC5760

Color information

#EC5760 (or 0xEC5760) is unknown color: approx Froly. HEX triplet: EC, 57 and 60. RGB value is (236,87,96). Sum of RGB (Red+Green+Blue) = 236+87+96=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5760 is #13A89F. Grayscale: #848484. Windows color (decimal): -1288352 or 6313964. OLE color: 6313964.

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

Color convert

RGB2368796-
CMYK00.630.590.07
HSL356.38º79.68%63.33%-
HSV(B)356.38º63.14%92.55%-
XYZ40.1125.4913.87-
YUV132.58107.36201.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.32%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=56.32%
G=20.76%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236879600.630.590.07356.3879.6863.33
HexEC576003F3B7164503f
Octal35412714007773754412077
Binary111011001010111110000001111111110111111011001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5760; }

 p { color: rgb(236,87,96); }

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

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

 a { background-color: rgb(236,87,96); }

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

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

 span { border-color: rgb(236,87,96); }

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