#EC7576

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

Shades of Froly #EC7576

Tints of Froly #EC7576

Color information

#EC7576 (or 0xEC7576) is unknown color: approx Froly. HEX triplet: EC, 75 and 76. RGB value is (236,117,118). Sum of RGB (Red+Green+Blue) = 236+117+118=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7576 is #138A89. Grayscale: #989898. Windows color (decimal): -1280650 or 7763436. OLE color: 7763436.

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

Color convert

RGB236117118-
CMYK00.500.50.07
HSL359.5º75.8%69.22%-
HSV(B)359.5º50.42%92.55%-
XYZ44.2231.8620.96-
YUV152.7108.42187.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.11%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=50.11%
G=24.84%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611711800.500.50.07359.575.869.22
HexEC75760323271674c45
Octal354165166062627547114105
Binary1110110011101011110110011001011001011110110011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7576; }

 p { color: rgb(236,117,118); }

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

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

 a { background-color: rgb(236,117,118); }

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

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

 span { border-color: rgb(236,117,118); }

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