#EC737C

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

Shades of Froly #EC737C

Tints of Froly #EC737C

Color information

#EC737C (or 0xEC737C) is unknown color: approx Froly. HEX triplet: EC, 73 and 7C. RGB value is (236,115,124). Sum of RGB (Red+Green+Blue) = 236+115+124=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC737C is #138C83. Grayscale: #989898. Windows color (decimal): -1281156 or 8156140. OLE color: 8156140.

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

Color convert

RGB236115124-
CMYK00.510.470.07
HSL355.54º76.1%68.82%-
HSV(B)355.54º51.27%92.55%-
XYZ44.3631.5522.82-
YUV152.2112.09187.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=49.68%
G=24.21%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611512400.510.470.07355.5476.168.82
HexEC737C0332F71644c45
Octal354163174063577544114105
Binary1110110011100111111100011001110111111110110010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC737C; }

 p { color: rgb(236,115,124); }

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

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

 a { background-color: rgb(236,115,124); }

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

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

 span { border-color: rgb(236,115,124); }

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