Html Css Color HEX #EC797D Froly

📋 copy color: '#EC797D'

red 236 ◦ green 121 ◦ blue 125

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

Shades of Froly #EC797D

Tints of Froly #EC797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 48.96%
G = 25.1%
B = 25.93%

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

#EC797D (or 0xEC797D) is known color: Froly. HEX triplet: EC, 79 and 7D. RGB value is (236,121,125). Sum of RGB (Red+Green+Blue) = 236+121+125=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC797D is #138682. Grayscale: #9B9B9B. Windows color (decimal): -1279619 or 8223212. OLE color: 8223212.

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

Color convert

RGB 236 121 125 -
CMYK 0 0.49 0.47 0.07
HSL 357.91º 0.75% 0.7% -
HSV(B) 357.91º 0.49% 0.93% -
XYZ 45.13 32.99 23.39 -
YUV 155.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 236 121 125 0 0.49 0.47 0.07 357.91 0.75 0.7
Hex EC 79 7D 0 31 2F 7 166 4B 46
Octal 354 171 175 0 61 57 7 546 113 106
Binary 11101100 1111001 1111101 0 110001 101111 111 101100110 1001011 1000110

Color Harmonies of #EC797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC797D

Black with #EC797D

Text Example


Text Example

White with #EC797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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