#EC6174

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

Shades of Froly #EC6174

Tints of Froly #EC6174

Color information

#EC6174 (or 0xEC6174) is unknown color: approx Froly. HEX triplet: EC, 61 and 74. RGB value is (236,97,116). Sum of RGB (Red+Green+Blue) = 236+97+116=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6174 is #139E8B. Grayscale: #8C8C8C. Windows color (decimal): -1285772 or 7627244. OLE color: 7627244.

HSL color Cylindrical-coordinate representation of color #EC6174: hue angle of 351.8º degrees, saturation: 0.79, 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 #EC6174 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB23697116-
CMYK00.590.510.07
HSL351.8º78.53%65.29%-
HSV(B)351.8º58.9%92.55%-
XYZ42.0227.6419.64-
YUV140.73114.05195.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=52.56%
G=21.60%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369711600.590.510.07351.878.5365.29
HexEC617403B3371604f41
Octal354141164073637540117101
Binary1110110011000011110100011101111001111110110000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6174; }

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

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

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

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

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

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

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

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