#EC606B

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

Shades of Froly #EC606B

Tints of Froly #EC606B

Color information

#EC606B (or 0xEC606B) is unknown color: approx Froly. HEX triplet: EC, 60 and 6B. RGB value is (236,96,107). Sum of RGB (Red+Green+Blue) = 236+96+107=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC606B is #139F94. Grayscale: #8B8B8B. Windows color (decimal): -1286037 or 7037164. OLE color: 7037164.

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

Color convert

RGB23696107-
CMYK00.590.550.07
HSL355.29º78.65%65.1%-
HSV(B)355.29º59.32%92.55%-
XYZ41.4327.2616.99-
YUV139.11109.88197.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=53.76%
G=21.87%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369610700.590.550.07355.2978.6565.1
HexEC606B03B3771634f41
Octal354140153073677543117101
Binary1110110011000001101011011101111011111110110001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC606B; }

 p { color: rgb(236,96,107); }

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

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

 a { background-color: rgb(236,96,107); }

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

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

 span { border-color: rgb(236,96,107); }

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