#EC6175

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

Shades of Froly #EC6175

Tints of Froly #EC6175

Color information

#EC6175 (or 0xEC6175) is unknown color: approx Froly. HEX triplet: EC, 61 and 75. RGB value is (236,97,117). Sum of RGB (Red+Green+Blue) = 236+97+117=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6175 is #139E8A. Grayscale: #8C8C8C. Windows color (decimal): -1285771 or 7692780. OLE color: 7692780.

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

Color convert

RGB23697117-
CMYK00.590.500.07
HSL351.37º78.53%65.29%-
HSV(B)351.37º58.9%92.55%-
XYZ42.0827.6719.95-
YUV140.84114.55195.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.44%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 117 (46.09% from 255) = 26%
R=52.44%
G=21.56%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369711700.590.500.07351.3778.5365.29
HexEC617503B32715f4f41
Octal354141165073627537117101
Binary1110110011000011110101011101111001011110101111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6175; }

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

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

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

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

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

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

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

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