Html Css Color HEX #EC7176 Froly

📋 copy color: '#EC7176'

red 236 ◦ green 113 ◦ blue 118

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

Shades of Froly #EC7176

Tints of Froly #EC7176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 50.54%
G = 24.2%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC7176 (or 0xEC7176) is known color: Froly. HEX triplet: EC, 71 and 76. RGB value is (236,113,118). Sum of RGB (Red+Green+Blue) = 236+113+118=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7176 is #138E89. Grayscale: #969696. Windows color (decimal): -1281674 or 7762412. OLE color: 7762412.

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

Color convert

RGB 236 113 118 -
CMYK 0 0.52 0.5 0.07
HSL 357.56º 0.76% 0.68% -
HSV(B) 357.56º 0.52% 0.93% -
XYZ 43.77 30.95 20.81 -
YUV 150.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 236 113 118 0 0.52 0.5 0.07 357.56 0.76 0.68
Hex EC 71 76 0 34 32 7 166 4C 44
Octal 354 161 166 0 64 62 7 546 114 104
Binary 11101100 1110001 1110110 0 110100 110010 111 101100110 1001100 1000100

Color Harmonies of #EC7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7176

Black with #EC7176

Text Example


Text Example

White with #EC7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7176; }

 p { color: rgb(236,113,118); }

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

background-color css

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

 a { background-color: rgb(236,113,118); }

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

border-color css

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

 span { border-color: rgb(236,113,118); }

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