Html Css Color HEX #EC747B Froly

📋 copy color: '#EC747B'

red 236 ◦ green 116 ◦ blue 123

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

Shades of Froly #EC747B

Tints of Froly #EC747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 49.68%
G = 24.42%
B = 25.89%

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

#EC747B (or 0xEC747B) is known color: Froly. HEX triplet: EC, 74 and 7B. RGB value is (236,116,123). Sum of RGB (Red+Green+Blue) = 236+116+123=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC747B is #138B84. Grayscale: #989898. Windows color (decimal): -1280901 or 8090860. OLE color: 8090860.

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

Color convert

RGB 236 116 123 -
CMYK 0 0.51 0.48 0.07
HSL 356.5º 0.76% 0.69% -
HSV(B) 356.5º 0.51% 0.93% -
XYZ 44.41 31.75 22.53 -
YUV 152.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 236 116 123 0 0.51 0.48 0.07 356.5 0.76 0.69
Hex EC 74 7B 0 33 30 7 164 4C 45
Octal 354 164 173 0 63 60 7 544 114 105
Binary 11101100 1110100 1111011 0 110011 110000 111 101100100 1001100 1000101

Color Harmonies of #EC747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC747B

Black with #EC747B

Text Example


Text Example

White with #EC747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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