Html Css Color HEX #EC747A Froly

📋 copy color: '#EC747A'

red 236 ◦ green 116 ◦ blue 122

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

Shades of Froly #EC747A

Tints of Froly #EC747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 49.79%
G = 24.47%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC747A (or 0xEC747A) is known color: Froly. HEX triplet: EC, 74 and 7A. RGB value is (236,116,122). Sum of RGB (Red+Green+Blue) = 236+116+122=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC747A is #138B85. Grayscale: #989898. Windows color (decimal): -1280902 or 8025324. OLE color: 8025324.

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

Color convert

RGB 236 116 122 -
CMYK 0 0.51 0.48 0.07
HSL 357º 0.76% 0.69% -
HSV(B) 357º 0.51% 0.93% -
XYZ 44.35 31.73 22.2 -
YUV 152.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 236 116 122 0 0.51 0.48 0.07 357 0.76 0.69
Hex EC 74 7A 0 33 30 7 165 4C 45
Octal 354 164 172 0 63 60 7 545 114 105
Binary 11101100 1110100 1111010 0 110011 110000 111 101100101 1001100 1000101

Color Harmonies of #EC747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC747A

Black with #EC747A

Text Example


Text Example

White with #EC747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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