Html Css Color HEX #EC7072 Froly

📋 copy color: '#EC7072'

red 236 ◦ green 112 ◦ blue 114

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

Shades of Froly #EC7072

Tints of Froly #EC7072

RGB

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

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

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

R = 51.08%
G = 24.24%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7072 (or 0xEC7072) is known color: Froly. HEX triplet: EC, 70 and 72. RGB value is (236,112,114). Sum of RGB (Red+Green+Blue) = 236+112+114=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7072 is #138F8D. Grayscale: #959595. Windows color (decimal): -1281934 or 7500012. OLE color: 7500012.

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

Color convert

RGB 236 112 114 -
CMYK 0 0.53 0.52 0.07
HSL 359.03º 0.77% 0.68% -
HSV(B) 359.03º 0.53% 0.93% -
XYZ 43.42 30.64 19.54 -
YUV 149.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 236 112 114 0 0.53 0.52 0.07 359.03 0.77 0.68
Hex EC 70 72 0 35 34 7 167 4D 44
Octal 354 160 162 0 65 64 7 547 115 104
Binary 11101100 1110000 1110010 0 110101 110100 111 101100111 1001101 1000100

Color Harmonies of #EC7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7072

Black with #EC7072

Text Example


Text Example

White with #EC7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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