Html Css Color HEX #EC7074 Froly

📋 copy color: '#EC7074'

red 236 ◦ green 112 ◦ blue 116

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

Shades of Froly #EC7074

Tints of Froly #EC7074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 50.86%
G = 24.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7074 (or 0xEC7074) is known color: Froly. HEX triplet: EC, 70 and 74. RGB value is (236,112,116). Sum of RGB (Red+Green+Blue) = 236+112+116=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7074 is #138F8B. Grayscale: #959595. Windows color (decimal): -1281932 or 7631084. OLE color: 7631084.

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

Color convert

RGB 236 112 116 -
CMYK 0 0.53 0.51 0.07
HSL 358.06º 0.77% 0.68% -
HSV(B) 358.06º 0.53% 0.93% -
XYZ 43.54 30.68 20.15 -
YUV 149.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 236 112 116 0 0.53 0.51 0.07 358.06 0.77 0.68
Hex EC 70 74 0 35 33 7 166 4D 44
Octal 354 160 164 0 65 63 7 546 115 104
Binary 11101100 1110000 1110100 0 110101 110011 111 101100110 1001101 1000100

Color Harmonies of #EC7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7074

Black with #EC7074

Text Example


Text Example

White with #EC7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7074; }

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

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

background-color css

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

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

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

border-color css

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

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

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