#EC7178

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

Shades of Froly #EC7178

Tints of Froly #EC7178

Color information

#EC7178 (or 0xEC7178) is unknown color: approx Froly. HEX triplet: EC, 71 and 78. RGB value is (236,113,120). Sum of RGB (Red+Green+Blue) = 236+113+120=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7178 is #138E87. Grayscale: #969696. Windows color (decimal): -1281672 or 7893484. OLE color: 7893484.

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

Color convert

RGB236113120-
CMYK00.520.490.07
HSL356.59º76.4%68.43%-
HSV(B)356.59º52.12%92.55%-
XYZ43.893121.44-
YUV150.57110.75188.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.32%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=50.32%
G=24.09%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611312000.520.490.07356.5976.468.43
HexEC71780343171654c44
Octal354161170064617545114104
Binary1110110011100011111000011010011000111110110010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7178; }

 p { color: rgb(236,113,120); }

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

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

 a { background-color: rgb(236,113,120); }

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

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

 span { border-color: rgb(236,113,120); }

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