Html Css Color HEX #EC747E Froly

📋 copy color: '#EC747E'

red 236 ◦ green 116 ◦ blue 126

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

Shades of Froly #EC747E

Tints of Froly #EC747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 49.37%
G = 24.27%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC747E (or 0xEC747E) is known color: Froly. HEX triplet: EC, 74 and 7E. RGB value is (236,116,126). Sum of RGB (Red+Green+Blue) = 236+116+126=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC747E is #138B81. Grayscale: #999999. Windows color (decimal): -1280898 or 8287468. OLE color: 8287468.

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

Color convert

RGB 236 116 126 -
CMYK 0 0.51 0.47 0.07
HSL 355º 0.76% 0.69% -
HSV(B) 355º 0.51% 0.93% -
XYZ 44.6 31.83 23.53 -
YUV 153.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 236 116 126 0 0.51 0.47 0.07 355 0.76 0.69
Hex EC 74 7E 0 33 2F 7 163 4C 45
Octal 354 164 176 0 63 57 7 543 114 105
Binary 11101100 1110100 1111110 0 110011 101111 111 101100011 1001100 1000101

Color Harmonies of #EC747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC747E

Black with #EC747E

Text Example


Text Example

White with #EC747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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