Html Css Color HEX #EC747C Froly

📋 copy color: '#EC747C'

red 236 ◦ green 116 ◦ blue 124

#EC747C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EC747C

Tints of Froly #EC747C

RGB

 RED value IS 236 (92.58% from 255) = 49.58%

 GREEN value IS 116 (45.7% from 255) = 24.37%

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 49.58%
G = 24.37%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC747C (or 0xEC747C) is known color: Froly. HEX triplet: EC, 74 and 7C. RGB value is (236,116,124). Sum of RGB (Red+Green+Blue) = 236+116+124=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC747C is #138B83. Grayscale: #989898. Windows color (decimal): -1280900 or 8156396. OLE color: 8156396.

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

Color convert

RGB 236 116 124 -
CMYK 0 0.51 0.47 0.07
HSL 356º 0.76% 0.69% -
HSV(B) 356º 0.51% 0.93% -
XYZ 44.48 31.78 22.86 -
YUV 152.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 236 116 124 0 0.51 0.47 0.07 356 0.76 0.69
Hex EC 74 7C 0 33 2F 7 164 4C 45
Octal 354 164 174 0 63 57 7 544 114 105
Binary 11101100 1110100 1111100 0 110011 101111 111 101100100 1001100 1000101

Color Harmonies of #EC747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC747C

Black with #EC747C

Text Example


Text Example

White with #EC747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC747C; }

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

 H1.HeaderClassName
 {
   color: #EC747C;
 }
 .AnyTagClassName
 {
   color: #EC747C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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