Html Css Color HEX #EC6D74 Froly

📋 copy color: '#EC6D74'

red 236 ◦ green 109 ◦ blue 116

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

Shades of Froly #EC6D74

Tints of Froly #EC6D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.64%

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

R = 51.19%
G = 23.64%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6D74 (or 0xEC6D74) is known color: Froly. HEX triplet: EC, 6D and 74. RGB value is (236,109,116). Sum of RGB (Red+Green+Blue) = 236+109+116=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D74 is #13928B. Grayscale: #939393. Windows color (decimal): -1282700 or 7630316. OLE color: 7630316.

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

Color convert

RGB 236 109 116 -
CMYK 0 0.54 0.51 0.07
HSL 356.69º 0.77% 0.68% -
HSV(B) 356.69º 0.54% 0.93% -
XYZ 43.21 30.03 20.04 -
YUV 147.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 236 109 116 0 0.54 0.51 0.07 356.69 0.77 0.68
Hex EC 6D 74 0 36 33 7 165 4D 44
Octal 354 155 164 0 66 63 7 545 115 104
Binary 11101100 1101101 1110100 0 110110 110011 111 101100101 1001101 1000100

Color Harmonies of #EC6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D74

Black with #EC6D74

Text Example


Text Example

White with #EC6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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