Html Css Color HEX #EC7174 Froly

📋 copy color: '#EC7174'

red 236 ◦ green 113 ◦ blue 116

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

Shades of Froly #EC7174

Tints of Froly #EC7174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 50.75%
G = 24.3%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7174 (or 0xEC7174) is known color: Froly. HEX triplet: EC, 71 and 74. RGB value is (236,113,116). Sum of RGB (Red+Green+Blue) = 236+113+116=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7174 is #138E8B. Grayscale: #969696. Windows color (decimal): -1281676 or 7631340. OLE color: 7631340.

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

Color convert

RGB 236 113 116 -
CMYK 0 0.52 0.51 0.07
HSL 358.54º 0.76% 0.68% -
HSV(B) 358.54º 0.52% 0.93% -
XYZ 43.65 30.9 20.19 -
YUV 150.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 236 113 116 0 0.52 0.51 0.07 358.54 0.76 0.68
Hex EC 71 74 0 34 33 7 167 4C 44
Octal 354 161 164 0 64 63 7 547 114 104
Binary 11101100 1110001 1110100 0 110100 110011 111 101100111 1001100 1000100

Color Harmonies of #EC7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7174

Black with #EC7174

Text Example


Text Example

White with #EC7174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7174; }

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

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

background-color css

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

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

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

border-color css

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

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

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