Html Css Color HEX #EC7374 Froly

📋 copy color: '#EC7374'

red 236 ◦ green 115 ◦ blue 116

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

Shades of Froly #EC7374

Tints of Froly #EC7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

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

R = 50.54%
G = 24.63%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7374 (or 0xEC7374) is known color: Froly. HEX triplet: EC, 73 and 74. RGB value is (236,115,116). Sum of RGB (Red+Green+Blue) = 236+115+116=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7374 is #138C8B. Grayscale: #979797. Windows color (decimal): -1281164 or 7631852. OLE color: 7631852.

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

Color convert

RGB 236 115 116 -
CMYK 0 0.51 0.51 0.07
HSL 359.5º 0.76% 0.69% -
HSV(B) 359.5º 0.51% 0.93% -
XYZ 43.88 31.36 20.26 -
YUV 151.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 236 115 116 0 0.51 0.51 0.07 359.5 0.76 0.69
Hex EC 73 74 0 33 33 7 168 4C 45
Octal 354 163 164 0 63 63 7 550 114 105
Binary 11101100 1110011 1110100 0 110011 110011 111 101101000 1001100 1000101

Color Harmonies of #EC7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7374

Black with #EC7374

Text Example


Text Example

White with #EC7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7374; }

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

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

background-color css

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

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

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

border-color css

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

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

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