Html Css Color HEX #EC797C Froly

📋 copy color: '#EC797C'

red 236 ◦ green 121 ◦ blue 124

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

Shades of Froly #EC797C

Tints of Froly #EC797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

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

R = 49.06%
G = 25.16%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC797C (or 0xEC797C) is known color: Froly. HEX triplet: EC, 79 and 7C. RGB value is (236,121,124). Sum of RGB (Red+Green+Blue) = 236+121+124=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC797C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC797C is #138683. Grayscale: #9B9B9B. Windows color (decimal): -1279620 or 8157676. OLE color: 8157676.

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

Color convert

RGB 236 121 124 -
CMYK 0 0.49 0.47 0.07
HSL 358.43º 0.75% 0.7% -
HSV(B) 358.43º 0.49% 0.93% -
XYZ 45.07 32.96 23.06 -
YUV 155.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 236 121 124 0 0.49 0.47 0.07 358.43 0.75 0.7
Hex EC 79 7C 0 31 2F 7 166 4B 46
Octal 354 171 174 0 61 57 7 546 113 106
Binary 11101100 1111001 1111100 0 110001 101111 111 101100110 1001011 1000110

Color Harmonies of #EC797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC797C

Black with #EC797C

Text Example


Text Example

White with #EC797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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