Html Css Color HEX #EC7172 Froly

📋 copy color: '#EC7172'

red 236 ◦ green 113 ◦ blue 114

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

Shades of Froly #EC7172

Tints of Froly #EC7172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 50.97%
G = 24.41%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7172 (or 0xEC7172) is known color: Froly. HEX triplet: EC, 71 and 72. RGB value is (236,113,114). Sum of RGB (Red+Green+Blue) = 236+113+114=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7172 is #138E8D. Grayscale: #969696. Windows color (decimal): -1281678 or 7500268. OLE color: 7500268.

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

Color convert

RGB 236 113 114 -
CMYK 0 0.52 0.52 0.07
HSL 359.51º 0.76% 0.68% -
HSV(B) 359.51º 0.52% 0.93% -
XYZ 43.53 30.86 19.58 -
YUV 149.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 236 113 114 0 0.52 0.52 0.07 359.51 0.76 0.68
Hex EC 71 72 0 34 34 7 168 4C 44
Octal 354 161 162 0 64 64 7 550 114 104
Binary 11101100 1110001 1110010 0 110100 110100 111 101101000 1001100 1000100

Color Harmonies of #EC7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7172

Black with #EC7172

Text Example


Text Example

White with #EC7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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