#EC5D6E

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

Shades of Froly #EC5D6E

Tints of Froly #EC5D6E

Color information

#EC5D6E (or 0xEC5D6E) is unknown color: approx Froly. HEX triplet: EC, 5D and 6E. RGB value is (236,93,110). Sum of RGB (Red+Green+Blue) = 236+93+110=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D6E is #13A291. Grayscale: #898989. Windows color (decimal): -1286802 or 7233004. OLE color: 7233004.

HSL color Cylindrical-coordinate representation of color #EC5D6E: hue angle of 352.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D6E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB23693110-
CMYK00.610.530.07
HSL352.87º79.01%64.51%-
HSV(B)352.87º60.59%92.55%-
XYZ41.3226.7917.74-
YUV137.7112.38198.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=53.76%
G=21.18%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369311000.610.530.07352.8779.0164.51
HexEC5D6E03D3571614f41
Octal354135156075657541117101
Binary1110110010111011101110011110111010111110110000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5D6E; }

 p { color: rgb(236,93,110); }

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

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

 a { background-color: rgb(236,93,110); }

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

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

 span { border-color: rgb(236,93,110); }

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