#EC7479

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

Shades of Froly #EC7479

Tints of Froly #EC7479

Color information

#EC7479 (or 0xEC7479) is unknown color: approx Froly. HEX triplet: EC, 74 and 79. RGB value is (236,116,121). Sum of RGB (Red+Green+Blue) = 236+116+121=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7479 is #138B86. Grayscale: #989898. Windows color (decimal): -1280903 or 7959788. OLE color: 7959788.

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

Color convert

RGB236116121-
CMYK00.510.490.07
HSL357.5º75.95%69.02%-
HSV(B)357.5º50.85%92.55%-
XYZ44.2931.721.87-
YUV152.45110.26187.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=49.89%
G=24.52%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611612100.510.490.07357.575.9569.02
HexEC74790333171664c45
Octal354164171063617546114105
Binary1110110011101001111001011001111000111110110011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7479; }

 p { color: rgb(236,116,121); }

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

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

 a { background-color: rgb(236,116,121); }

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

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

 span { border-color: rgb(236,116,121); }

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